public class SimpleListIterator extends java.lang.Object implements java.util.Iterator
SimpleListIterator(java.util.List list)
boolean
hasNext()
java.lang.Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleListIterator(java.util.List list)
public boolean hasNext()
hasNext
java.util.Iterator
public java.lang.Object next()
next
public void remove()
remove