net.minecraft.client.searchtree

public class IntersectionIterator<T>

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

hfp
net.minecraft.client.searchtree.IntersectionIterator
net.minecraft.class_1122
net.minecraft.client.search.IdentifierSearchableIterator

Field summary

Modifier and TypeField
private final com.google.common.collect.PeekingIterator<T>
a
firstIterator
field_5490
namespacesIterator
private final com.google.common.collect.PeekingIterator<T>
b
secondIterator
field_5491
pathsIterator
private final Comparator<T>
c
comparator
field_5492
lastIndexComparator

Constructor summary

ModifierConstructor
public (Iterator<T> namespacesIterator, Iterator<T> pathsIterator, Comparator<T> lastIndexComparator)

Method summary

Modifier and TypeMethod
protected T
computeNext()
computeNext()