Class ZipIterator<X,Y>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.iterator.ZipIterator<X,Y>
-
-
Constructor Summary
Constructors Constructor Description ZipIterator(java.lang.Iterable<X> xs, java.lang.Iterable<Y> ys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Pair<X,Y>
next()
void
remove()
-