Package net.hydromatic.morel.util
Class Pair.ZipIterator<L,R>
java.lang.Object
net.hydromatic.morel.util.Pair.ZipIterator<L,R>
- Type Parameters:
L- Left-hand typeR- Right-hand type
Iterator that pairs elements from two iterators.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionZipIterator(Iterator<? extends L> leftIterator, Iterator<? extends R> rightIterator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining