Summary:
Detail:
Iterator<Pair<T1,T2>>
ParallelIterator(Iterator<T1> it1, Iterator<T2> it2)
boolean
hasNext()
Pair<T1,T2>
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
hasNext
Iterator<T1>
next
remove