Class ImmutableCharArrayList.InternalCharIterator

java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharArrayList.InternalCharIterator
All Implemented Interfaces:
CharIterator
Enclosing class:
ImmutableCharArrayList

private class ImmutableCharArrayList.InternalCharIterator extends Object implements CharIterator
  • Field Details

    • currentIndex

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

    • InternalCharIterator

      private InternalCharIterator()
  • Method Details