public abstract class UnaryReferenceIterator<T> extends DelegatingReferenceIterator<T,T>
Iterators that delegate to another Iterator of the same type of values.iterator| Modifier | Constructor and Description |
|---|---|
protected |
UnaryReferenceIterator(java.util.Iterator<T> iterator) |
hasNext, removeprotected UnaryReferenceIterator(java.util.Iterator<T> iterator)