Package net.minecraft.client.search
Class TextSearchableIterator<T>
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<T>
net.minecraft.client.search.TextSearchableIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Mappings:
Namespace Name intermediary net/minecraft/class_1127official fxvnamed net/minecraft/client/search/TextSearchableIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PeekingIterator<T>private final Comparator<T>private final PeekingIterator<T> -
Constructor Summary
ConstructorsConstructorDescriptionTextSearchableIterator(Iterator<T> idPathsIterator, Iterator<T> textsIterator, Comparator<T> lastIndexComparator) -
Method Summary
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
-
idPathsIterator
- Mappings:
Namespace Name Mixin selector intermediary field_5499Lnet/minecraft/class_1127;field_5499:Lcom/google/common/collect/PeekingIterator;official aLfxv;a:Lcom/google/common/collect/PeekingIterator;named idPathsIteratorLnet/minecraft/client/search/TextSearchableIterator;idPathsIterator:Lcom/google/common/collect/PeekingIterator;
-
textsIterator
- Mappings:
Namespace Name Mixin selector intermediary field_5500Lnet/minecraft/class_1127;field_5500:Lcom/google/common/collect/PeekingIterator;official bLfxv;b:Lcom/google/common/collect/PeekingIterator;named textsIteratorLnet/minecraft/client/search/TextSearchableIterator;textsIterator:Lcom/google/common/collect/PeekingIterator;
-
lastIndexComparator
- Mappings:
Namespace Name Mixin selector intermediary field_5501Lnet/minecraft/class_1127;field_5501:Ljava/util/Comparator;official cLfxv;c:Ljava/util/Comparator;named lastIndexComparatorLnet/minecraft/client/search/TextSearchableIterator;lastIndexComparator:Ljava/util/Comparator;
-
-
Constructor Details
-
TextSearchableIterator
public TextSearchableIterator(Iterator<T> idPathsIterator, Iterator<T> textsIterator, Comparator<T> lastIndexComparator) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1127;<init>(Ljava/util/Iterator;Ljava/util/Iterator;Ljava/util/Comparator;)Vofficial <init>Lfxv;<init>(Ljava/util/Iterator;Ljava/util/Iterator;Ljava/util/Comparator;)Vnamed <init>Lnet/minecraft/client/search/TextSearchableIterator;<init>(Ljava/util/Iterator;Ljava/util/Iterator;Ljava/util/Comparator;)V
-
-
Method Details
-
computeNext
- Specified by:
computeNextin classAbstractIterator<T>
-