Class ArrayListDeque.IteratorImpl

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

private class ArrayListDeque.IteratorImpl extends Object implements Iterator<T>
Mappings:
Namespace Name
official aqo$a
intermediary net/minecraft/class_8623$class_8624
named net/minecraft/util/collection/ArrayListDeque$IteratorImpl
  • Field Details

    • currentIndex

      private int currentIndex
      Mappings:
      Namespace Name Mixin selector
      official b Laqo$a;b:I
      intermediary field_45072 Lnet/minecraft/class_8623$class_8624;field_45072:I
      named currentIndex Lnet/minecraft/util/collection/ArrayListDeque$IteratorImpl;currentIndex:I
  • Constructor Details

    • IteratorImpl

      public IteratorImpl()
  • 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>