Class ImmutableBooleanArrayList.InternalBooleanIterator

java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanArrayList.InternalBooleanIterator
All Implemented Interfaces:
BooleanIterator
Enclosing class:
ImmutableBooleanArrayList

private class ImmutableBooleanArrayList.InternalBooleanIterator extends Object implements BooleanIterator
  • Field Details

    • currentIndex

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

    • InternalBooleanIterator

      private InternalBooleanIterator()
  • Method Details