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>
public class MergingUniqueIterator<T>
extends com.google.common.collect.AbstractIterator<T>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Comparator<T>private final com.google.common.collect.PeekingIterator<T>private final com.google.common.collect.PeekingIterator<T>
- 
Constructor SummaryConstructorsConstructorDescriptionMergingUniqueIterator(Iterator<T> p_235186_, Iterator<T> p_235187_, Comparator<T> p_235188_) 
- 
Method SummaryMethods inherited from class com.google.common.collect.AbstractIteratorendOfData, hasNext, next, peekMethods inherited from class com.google.common.collect.UnmodifiableIteratorremoveMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Field Details- 
firstIterator
- 
secondIterator
- 
comparator
 
- 
- 
Constructor Details- 
MergingUniqueIterator
 
- 
- 
Method Details- 
computeNext- Specified by:
- computeNextin class- com.google.common.collect.AbstractIterator<T>
 
 
-