Package net.minecraft.client.searchtree
Class MergingUniqueIterator<T>
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<T>
net.minecraft.client.searchtree.MergingUniqueIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Comparator<T> private final PeekingIterator<T> private final PeekingIterator<T> -
Constructor Summary
ConstructorsConstructorDescriptionMergingUniqueIterator(Iterator<T> pFirstIterator, Iterator<T> pSecondIterator, Comparator<T> pComparator) -
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
-
comparator
-
-
Constructor Details
-
MergingUniqueIterator
-
-
Method Details
-
computeNext
- Specified by:
computeNextin classAbstractIterator<T>
-