Class ShortArrayList.InternalShortIterator

java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.ShortArrayList.InternalShortIterator
All Implemented Interfaces:
MutableShortIterator, ShortIterator
Enclosing class:
ShortArrayList

private class ShortArrayList.InternalShortIterator extends Object implements MutableShortIterator
  • Field Details

    • currentIndex

      private int currentIndex
      Index of element to be returned by subsequent call to next.
    • lastIndex

      private int lastIndex
  • Constructor Details

    • InternalShortIterator

      private InternalShortIterator()
  • Method Details