public abstract class AbstractIterator<E> extends java.lang.Object implements java.util.Iterator<E>
remove()
UnsupportedOperationException
AbstractIterator()
abstract boolean
hasNext()
abstract E
next()
void
UnupportedOperationException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractIterator()
public abstract boolean hasNext()
hasNext
java.util.Iterator<E>
public abstract E next()
next
public void remove()
remove
Stanford NLP Group