com.bazaarvoice.jolt.common
public class WalkedPath extends ArrayList<LiteralPathElement>
modCount| Constructor and Description |
|---|
WalkedPath() |
WalkedPath(Collection<LiteralPathElement> c) |
| Modifier and Type | Method and Description |
|---|---|
LiteralPathElement |
elementFromEnd(int idxFromEnd)
Method useful to "&", "&1", "&2", etc evaluation.
|
LiteralPathElement |
lastElement() |
LiteralPathElement |
removeLast() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic WalkedPath()
public WalkedPath(Collection<LiteralPathElement> c)
public LiteralPathElement removeLast()
public LiteralPathElement elementFromEnd(int idxFromEnd)
public LiteralPathElement lastElement()
Copyright © 2014. All Rights Reserved.