Summary:
Detail:
Iterator<Tuple2<A,B>>
static <A, B> Iterable<Tuple2<A,B>>
cross(Iterable<A> first, Iterable<B> second)
boolean
hasNext()
Tuple2<A,B>
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
hasNext
Iterator<A>
next
remove