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