public abstract class AbstractIterator<E> extends Object implements 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
Iterator<E>
public abstract E next()
next
public void remove()
remove
© 2002-2013 Stanford NLP Group