public class Path extends AbstractList<PathEntry>
modCount| Constructor and Description |
|---|
Path() |
Path(Path copy) |
Path(PathEntry... entries) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int i,
PathEntry e) |
void |
addLast(ArrayEntry inc) |
PathEntry |
get(int index) |
Path |
parent() |
PathEntry |
peekLast() |
PathEntry |
pollLast() |
PathEntry |
remove(int i) |
PathEntry |
set(int i,
PathEntry e) |
int |
size() |
String |
toString() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic Path()
public Path(Path copy)
public Path(PathEntry... entries)
public int size()
size in interface Collection<PathEntry>size in interface List<PathEntry>size in class AbstractCollection<PathEntry>public PathEntry get(int index)
public void add(int i,
PathEntry e)
public PathEntry remove(int i)
public Path parent()
public String toString()
toString in class AbstractCollection<PathEntry>public PathEntry peekLast()
public PathEntry pollLast()
public void addLast(ArrayEntry inc)
Copyright © 2017. All rights reserved.