public abstract class AbstractIterator<E> extends Object implements Iterator<E>
remove() defined to throw an
UnsupportedOperationException.| Constructor and Description |
|---|
AbstractIterator() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
hasNext() |
abstract E |
next() |
void |
remove()
Throws an
UnsupportedOperationException. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining