public abstract class NextOnlyIterator<T> extends java.lang.Object implements java.util.Iterator<T>
NextOnlyIterator()
boolean
hasNext()
T
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NextOnlyIterator()
public void remove()
remove
java.util.Iterator<T>
public boolean hasNext()
hasNext
public T next()
next