public class ZipIteratorForIndexedFunction<T,U,V> extends ZipIterator<T,U,V>
index, iter1, iter2current, exhausted, iterator, loaded| Constructor and Description |
|---|
ZipIteratorForIndexedFunction(java.util.Iterator<T> iter1,
java.util.Iterator<U> iter2,
IndexedFunction2<T,U,V> method) |
| Modifier and Type | Method and Description |
|---|---|
protected V |
performZip(T a,
U b) |
loadNexthasNext, next, removeprotected V performZip(T a, U b)
performZip in class ZipIterator<T,U,V>