@Environment(value=CLIENT) public static class IdentifierSearchableContainer.Iterator<T> extends AbstractIterator<T>
Modifier and Type | Field and Description |
---|---|
private PeekingIterator<T> |
field_5490 |
private PeekingIterator<T> |
field_5491 |
private Comparator<T> |
field_5492 |
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, peek
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private final PeekingIterator<T> field_5490
private final PeekingIterator<T> field_5491
private final Comparator<T> field_5492
protected T computeNext()
computeNext
in class AbstractIterator<T>