Package net.minecraft.client.searchtree
Class ReloadableIdSearchTree.IntersectionIterator<T>
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<T>
net.minecraft.client.searchtree.ReloadableIdSearchTree.IntersectionIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- ReloadableIdSearchTree<T>
protected static class ReloadableIdSearchTree.IntersectionIterator<T>
extends com.google.common.collect.AbstractIterator<T>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final com.google.common.collect.PeekingIterator<T>
private final Comparator<T>
private final com.google.common.collect.PeekingIterator<T>
-
Constructor Summary
ConstructorDescriptionIntersectionIterator
(Iterator<T> p_119894_, Iterator<T> p_119895_, Comparator<T> p_119896_) -
Method Summary
Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peek
Methods inherited from class com.google.common.collect.UnmodifiableIterator
remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
firstIterator
-
secondIterator
-
orderT
-
-
Constructor Details
-
IntersectionIterator
-
-
Method Details
-
computeNext
- Specified by:
computeNext
in classcom.google.common.collect.AbstractIterator<T>
-