net.minecraft.client.searchtree

public class MergingUniqueIterator<T>

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

hfq
net.minecraft.client.searchtree.MergingUniqueIterator
net.minecraft.class_1127
net.minecraft.client.search.TextSearchableIterator

Field summary

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

Constructor summary

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

Method summary

Modifier and TypeMethod
protected T
computeNext()
computeNext()