Class ImmutableFloatArrayList.InternalFloatIterator

java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatArrayList.InternalFloatIterator
All Implemented Interfaces:
FloatIterator
Enclosing class:
ImmutableFloatArrayList

private class ImmutableFloatArrayList.InternalFloatIterator extends Object implements FloatIterator
  • Field Details

    • currentIndex

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

    • InternalFloatIterator

      private InternalFloatIterator()
  • Method Details