public class ObjZip<F,S,R> extends LsaIterator<R>
| Constructor and Description |
|---|
ObjZip(Iterator<? extends F> iterator1,
Iterator<? extends S> iterator2,
BiFunction<? super F,? super S,? extends R> combiner) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
R |
nextIteration() |
next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
public R nextIteration()
nextIteration in class LsaIterator<R>Copyright © 2017. All rights reserved.