Class Paired<Left,Right>

All Implemented Interfaces:
Iterator<Pair<Left,Right>>

public final class Paired<Left,Right> extends DelegatingIterator<Pair<Left,Right>>
An Iterator combining the elements of two given Iterators into an Iterator of Pairs.

This iterates as many elements as the shorter of both Iterators.