类 IntersectionIterator<T>
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<T>
net.minecraft.client.searchtree.IntersectionIterator<T>
- 所有已实现的接口:
Iterator<T>
public class IntersectionIterator<T>
extends com.google.common.collect.AbstractIterator<T>
-
字段概要
字段修饰符和类型字段说明private final Comparator
<T> private final com.google.common.collect.PeekingIterator
<T> private final com.google.common.collect.PeekingIterator
<T> -
构造器概要
构造器 -
方法概要
从类继承的方法 com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peek
从类继承的方法 com.google.common.collect.UnmodifiableIterator
remove
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 java.util.Iterator
forEachRemaining
-
字段详细资料
-
firstIterator
-
secondIterator
-
comparator
-
-
构造器详细资料
-
IntersectionIterator
-
-
方法详细资料
-
computeNext
- 指定者:
computeNext
在类中com.google.common.collect.AbstractIterator<T>
-