Class SortedArraySet.SetIterator

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

private class SortedArraySet.SetIterator extends Object implements Iterator<T>
Mappings:
Namespace Name
official aoo$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 Laoo$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 Laoo$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

      SetIterator()
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<T>
    • next

      public T next()
      Specified by:
      next in interface Iterator<T>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<T>