Class SortedArraySet.SetIterator

java.lang.Object
net.minecraft.util.collection.SortedArraySet.SetIterator
All Implemented Interfaces:
Iterator<T>
Enclosing class:
SortedArraySet<T>

class SortedArraySet.SetIterator
extends Object
implements Iterator<T>
Mappings:
Namespace Name
official agg$a
intermediary net/minecraft/class_4706$class_4707
named net/minecraft/util/collection/SortedArraySet$SetIterator
  • Field Details

    • nextIndex

      private int nextIndex
      Mappings:
      Namespace Name Mixin selector
      official b Lagg$a;b:I
      intermediary field_21566 Lnet/minecraft/class_4706$class_4707;field_21566:I
      named nextIndex Lnet/minecraft/util/collection/SortedArraySet$SetIterator;nextIndex:I
    • lastIndex

      private int lastIndex
      Mappings:
      Namespace Name Mixin selector
      official c Lagg$a;c:I
      intermediary field_21567 Lnet/minecraft/class_4706$class_4707;field_21567:I
      named lastIndex Lnet/minecraft/util/collection/SortedArraySet$SetIterator;lastIndex:I
  • Constructor Details

    • SetIterator

      private SetIterator()
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<T>
      Mappings:
      Namespace Name Mixin selector
      official hasNext Lagg$a;hasNext()Z
      intermediary hasNext Lnet/minecraft/class_4706$class_4707;hasNext()Z
      named hasNext Lnet/minecraft/util/collection/SortedArraySet$SetIterator;hasNext()Z
    • next

      public T next()
      Specified by:
      next in interface Iterator<T>
      Mappings:
      Namespace Name Mixin selector
      official next Lagg$a;next()Ljava/lang/Object;
      intermediary next Lnet/minecraft/class_4706$class_4707;next()Ljava/lang/Object;
      named next Lnet/minecraft/util/collection/SortedArraySet$SetIterator;next()Ljava/lang/Object;
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<T>
      Mappings:
      Namespace Name Mixin selector
      official remove Lagg$a;remove()V
      intermediary remove Lnet/minecraft/class_4706$class_4707;remove()V
      named remove Lnet/minecraft/util/collection/SortedArraySet$SetIterator;remove()V