public class Path<N,E> extends AbstractList<E>
| Modifier and Type | Class and Description |
|---|---|
static class |
Path.PathData<N,E> |
modCount| Modifier and Type | Method and Description |
|---|---|
List<E> |
edgeList() |
N |
endNode() |
E |
firstEdge() |
N |
firstNode() |
E |
get(int index) |
boolean |
isEmpty() |
Iterator<E> |
iterator() |
E |
lastEdge() |
Iterator<N> |
nodeIterator() |
List<N> |
nodeList() |
Iterable<N> |
nodes() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic N firstNode()
public E firstEdge()
public N endNode()
public E lastEdge()
public E get(int index)
public int size()
size in interface Collection<E>size in interface List<E>size in class AbstractCollection<E>public boolean isEmpty()
isEmpty in interface Collection<E>isEmpty in interface List<E>isEmpty in class AbstractCollection<E>Copyright © 2018. All rights reserved.