Class ZipIterator<X,Y>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.iterator.ZipIterator<X,Y>
-
-
Constructor Summary
Constructors Constructor Description ZipIterator(Iterable<X> xs, Iterable<Y> ys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Pair<X,Y>next()voidremove()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-