public class ObjZip<F,S,R> extends LsaIterator<R>
| Constructor and Description |
|---|
ObjZip(java.util.Iterator<? extends F> iterator1,
java.util.Iterator<? extends S> iterator2,
BiFunction<? super F,? super S,? extends R> combiner) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
R |
nextIteration() |
next, removepublic boolean hasNext()
public R nextIteration()
nextIteration in class LsaIterator<R>