@Mutable public abstract class SingleIteratorBasedIterator<OUTPUT,INPUT0> extends ReadOnlyIterator<OUTPUT>
DoubleIteratorBasedIterator| Modifier and Type | Field and Description |
|---|---|
protected @Nonnull Iterator<? extends INPUT0> |
primaryIterator
Stores the primary iterator on which this iterator is based.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SingleIteratorBasedIterator(@Nonnull Iterator<? extends INPUT0> primaryIterator) |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2017. All rights reserved.