Package net.hydromatic.morel.util
Class Pair.ZipIterator<L,R>
- java.lang.Object
-
- net.hydromatic.morel.util.Pair.ZipIterator<L,R>
-
-
Field Summary
Fields Modifier and Type Field Description private Iterator<? extends L>leftIteratorprivate Iterator<? extends R>rightIterator
-
Constructor Summary
Constructors Constructor Description ZipIterator(Iterator<? extends L> leftIterator, Iterator<? extends R> rightIterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Pair<L,R>next()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-