Package net.minecraft.client.util
Class SearchTree.MergingIterator<T>
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<T>
net.minecraft.client.util.SearchTree.MergingIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- SearchTree<T>
static class SearchTree.MergingIterator<T>
extends com.google.common.collect.AbstractIterator<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.google.common.collect.PeekingIterator<T>private final Comparator<T>private final com.google.common.collect.PeekingIterator<T> -
Constructor Summary
ConstructorsConstructorDescriptionMergingIterator(Iterator<T> p_i49977_1_, Iterator<T> p_i49977_2_, Comparator<T> p_i49977_3_) -
Method Summary
Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peekMethods inherited from class com.google.common.collect.UnmodifiableIterator
removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
firstIterator
-
secondIterator
-
orderT
-
-
Constructor Details
-
MergingIterator
-
-
Method Details
-
computeNext
- Specified by:
computeNextin classcom.google.common.collect.AbstractIterator<T>
-