Class ImmutableLongArrayList.InternalLongIterator

java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongArrayList.InternalLongIterator
All Implemented Interfaces:
LongIterator
Enclosing class:
ImmutableLongArrayList

private class ImmutableLongArrayList.InternalLongIterator extends Object implements LongIterator
  • Field Details

    • currentIndex

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

    • InternalLongIterator

      private InternalLongIterator()
  • Method Details