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 Details

    • firstIterator

      private final com.google.common.collect.PeekingIterator<T> firstIterator
    • secondIterator

      private final com.google.common.collect.PeekingIterator<T> secondIterator
    • orderT

      private final Comparator<T> orderT
  • Constructor Details

  • Method Details

    • computeNext

      protected T computeNext()
      Specified by:
      computeNext in class com.google.common.collect.AbstractIterator<T>