@Environment(value=CLIENT) static class TextSearchableContainer.Iterator<T> extends AbstractIterator<T>
| Modifier and Type | Field and Description |
|---|---|
private PeekingIterator<T> |
field_5499 |
private PeekingIterator<T> |
field_5500 |
private Comparator<T> |
field_5501 |
| Constructor and Description |
|---|
Iterator(Iterator<T> iterator,
Iterator<T> iterator2,
Comparator<T> comparator) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
computeNext() |
endOfData, hasNext, next, peekremoveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprivate final PeekingIterator<T> field_5499
private final PeekingIterator<T> field_5500
private final Comparator<T> field_5501
protected T computeNext()
computeNext in class AbstractIterator<T>