public final class ZippingIterator<C,A,B> extends ImmutableIterator<C>
Constructor and Description |
---|
ZippingIterator(Fn2<? super A,? super B,? extends C> zipper,
Iterator<A> asIterator,
Iterator<B> bsIterator) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
C |
next() |
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining