public abstract static class WrapperCollections.AbstractWrapperIterator<E> extends Object implements Iterator<E>
Modifier | Constructor | Description |
---|---|---|
protected |
AbstractWrapperIterator(Iterator<E> iter) |
Create an AbstractWrapperIterator which delegates to the specified
Iterator.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
protected Iterator<E> |
getDelegate() |
Return the Iterator to which all operations should be delegated to.
|
int |
hashCode() |
|
boolean |
hasNext() |
|
E |
next() |
|
void |
remove() |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEachRemaining