Class ImmutableShortArrayList.InternalShortIterator

java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortArrayList.InternalShortIterator
All Implemented Interfaces:
ShortIterator
Enclosing class:
ImmutableShortArrayList

private class ImmutableShortArrayList.InternalShortIterator extends Object implements ShortIterator
  • Field Details

    • currentIndex

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

    • InternalShortIterator

      private InternalShortIterator()
  • Method Details