public class Path
extends java.util.LinkedList<java.lang.Object>
| Constructor and Description |
|---|
Path() |
| Modifier and Type | Method and Description |
|---|---|
Path |
append(java.lang.Object... states)
Creating a new path based on this path and the passed in appended states.
|
Path |
prepend(java.lang.Object state)
Create a new path based on the passed in prepended state and this path's
current states.
|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic Path append(java.lang.Object... states)
states - the states to append to a new copy of this path.public Path prepend(java.lang.Object state)
state - the state to be prepended.