Class LongArrayList.InternalLongIterator

java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.LongArrayList.InternalLongIterator
All Implemented Interfaces:
LongIterator, MutableLongIterator
Enclosing class:
LongArrayList

private class LongArrayList.InternalLongIterator extends Object implements MutableLongIterator
  • Field Details

    • currentIndex

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

      private int lastIndex
  • Constructor Details

    • InternalLongIterator

      private InternalLongIterator()
  • Method Details