net.minecraft.client.searchtree

public class MergingUniqueIterator<T>

extends com.google.common.collect.AbstractIterator<T>

fnd
net.minecraft.client.searchtree.MergingUniqueIterator
net.minecraft.class_1127
net.minecraft.client.search.TextSearchableIterator
net.minecraft.src.C_213441_

Field summary

Modifier and TypeField
private final com.google.common.collect.PeekingIterator<T>
a
firstIterator
field_5499
idPathsIterator
f_235182_
private final com.google.common.collect.PeekingIterator<T>
b
secondIterator
field_5500
textsIterator
f_235183_
private final Comparator<T>
c
comparator
field_5501
lastIndexComparator
f_235184_

Constructor summary

ModifierConstructor
public (Iterator<T> idPathsIterator, Iterator<T> textsIterator, Comparator<T> lastIndexComparator)

Method summary

Modifier and TypeMethod
protected T
computeNext()
computeNext()
computeNext()