Package net.minecraft.client.search
Class TextSearchableContainer.Iterator<T>
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<T>
net.minecraft.client.search.TextSearchableContainer.Iterator<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- TextSearchableContainer<T>
@Environment(CLIENT) static class TextSearchableContainer.Iterator<T> extends AbstractIterator<T>
-
Field Summary
Fields Modifier and Type Field Description private PeekingIterator<T>field_5499private PeekingIterator<T>field_5500private Comparator<T>field_5501 -
Constructor Summary
-
Method Summary
Modifier and Type Method Description protected TcomputeNext()Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peekMethods inherited from class com.google.common.collect.UnmodifiableIterator
removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
field_5499
-
field_5500
-
field_5501
-
-
Constructor Details
-
Iterator
-
-
Method Details
-
computeNext
- Specified by:
computeNextin classAbstractIterator<T>
-