Class BooleanArrayList.InternalBooleanIterator

java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList.InternalBooleanIterator
All Implemented Interfaces:
BooleanIterator, MutableBooleanIterator
Enclosing class:
BooleanArrayList

private class BooleanArrayList.InternalBooleanIterator extends Object implements MutableBooleanIterator
  • Field Details

    • currentIndex

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

      private int lastIndex
  • Constructor Details

    • InternalBooleanIterator

      private InternalBooleanIterator()
  • Method Details