public abstract class DelegatingUnaryIterator<T> extends DelegatingMappingIterator<T,T>
Iterator
that delegates to another Iterator
of the same type.iterator
Modifier | Constructor and Description |
---|---|
protected |
DelegatingUnaryIterator(java.util.Iterator<T> iterator) |
hasNext, remove
protected DelegatingUnaryIterator(java.util.Iterator<T> iterator)