Package net.minecraft.client.search
Class IdentifierSearchableContainer.Iterator<T>
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<T>
net.minecraft.client.search.IdentifierSearchableContainer.Iterator<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- IdentifierSearchableContainer<T>
@Environment(CLIENT) public static class IdentifierSearchableContainer.Iterator<T> extends AbstractIterator<T>
-
Field Summary
Fields Modifier and Type Field Description private PeekingIterator<T>
field_5490
private PeekingIterator<T>
field_5491
private Comparator<T>
field_5492
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description protected T
computeNext()
Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peek
Methods inherited from class com.google.common.collect.UnmodifiableIterator
remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
field_5490
-
field_5491
-
field_5492
-
-
Constructor Details
-
Iterator
-
-
Method Details
-
computeNext
- Specified by:
computeNext
in classAbstractIterator<T>
-