class ListIterator extends java.lang.Object implements Iterator
private List
node
ListIterator(List node)
boolean
hasNext()
int
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private List node
public boolean hasNext()
hasNext
Iterator
public int next()
next