static class SearchTree.MergingIterator<T>
extends com.google.common.collect.AbstractIterator<T>
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.PeekingIterator<T> |
leftItr |
private java.util.Comparator<T> |
numbers |
private com.google.common.collect.PeekingIterator<T> |
rightItr |
Constructor and Description |
---|
MergingIterator(java.util.Iterator<T> p_i49977_1_,
java.util.Iterator<T> p_i49977_2_,
java.util.Comparator<T> p_i49977_3_) |
Modifier and Type | Method and Description |
---|---|
protected T |
computeNext() |
endOfData, hasNext, next, peek