public class FListIterator<T> extends java.lang.Object implements java.util.Iterator<T>
private FList<T>
current
FListIterator(FList<T> list)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private FList<T> current
public FListIterator(FList<T> list)
public boolean hasNext()
hasNext
java.util.Iterator<T>
public T next()
next
public void remove()
remove