public class ZipIterator<T,U,V> extends AbstractIterator<V>
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
protected java.util.Iterator<T> |
iter1 |
protected java.util.Iterator<U> |
iter2 |
current, exhausted, iterator, loaded| Constructor and Description |
|---|
ZipIterator(java.util.Iterator<T> iter1,
java.util.Iterator<U> iter2,
boolean withIndex,
groovy.lang.Closure<V> method) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
loadNext() |
protected V |
performZip(T obj1,
U obj2) |
hasNext, next, remove