- Type Parameters:
E1 - the first iterator element typeE2 - the second iterator element type
- All Implemented Interfaces:
- Iterator<Pair<E1,E2>>
public class ZipShortestIterator<E1,E2>
extends Object
implements Iterator<Pair<E1,E2>>
Adapts two iterators yielding their shortest convolution (via a Pair)
- Author:
- rferranti