net.minecraft.client.searchtree

public class IntersectionIterator<T>

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

fwm
net.minecraft.client.searchtree.IntersectionIterator
net.minecraft.class_1122
net.minecraft.client.search.IdentifierSearchableIterator
net.minecraft.src.C_213440_

字段概要

修饰符与类型字段
private final com.google.common.collect.PeekingIterator<T>
a
firstIterator
field_5490
namespacesIterator
f_235174_
private final com.google.common.collect.PeekingIterator<T>
b
secondIterator
field_5491
pathsIterator
f_235175_
private final Comparator<T>
c
comparator
field_5492
lastIndexComparator
f_235176_

构造函数概要

修饰符构造函数
public (Iterator<T> namespacesIterator, Iterator<T> pathsIterator, Comparator<T> lastIndexComparator)

方法概要

修饰符与类型方法
protected T
computeNext()
computeNext()
computeNext()