Zip()
static <T, U> Stream<Pair<T,U>>
stream(Iterable<T> first, Iterable<U> second)
stream(Stream<T> first, Stream<U> second)
streamInternal(Iterator<T> first, Iterator<U> second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait