E - The type of the elements in this iteratorpublic class DelegateIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
| Constructor and Description |
|---|
DelegateIterator(java.util.Iterator<E> delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
public DelegateIterator(java.util.Iterator<E> delegate)