public class ObjMerge<T> extends LsaIterator<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjMerge.MergeResult |
| Constructor and Description |
|---|
ObjMerge(Iterator<? extends T> iterator1,
Iterator<? extends T> iterator2,
BiFunction<? super T,? super T,ObjMerge.MergeResult> selector) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
nextIteration() |
next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ObjMerge(Iterator<? extends T> iterator1, Iterator<? extends T> iterator2, BiFunction<? super T,? super T,ObjMerge.MergeResult> selector)
public boolean hasNext()
public T nextIteration()
nextIteration in class LsaIterator<T>Copyright © 2018. All rights reserved.