public class ZipIteratorForFunction<T,U,V> extends ZipIterator<T,U,V>
index, iter1, iter2
current, exhausted, iterator, loaded
Constructor and Description |
---|
ZipIteratorForFunction(Iterator<T> iter1,
Iterator<U> iter2,
Function2<T,U,V> method) |
Modifier and Type | Method and Description |
---|---|
protected V |
performZip(T a,
U b) |
loadNext
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining