Summary:
Detail:
Iterator<Pair<X,Y>>
private final Iterator<X>
xIterator
private final Iterator<Y>
yIterator
ZipIterator(Iterable<X> xs, Iterable<Y> ys)
boolean
hasNext()
Pair<X,Y>
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
remove
Iterator<X>
hasNext
next