Class CharArrayList.InternalCharIterator

java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.CharArrayList.InternalCharIterator
All Implemented Interfaces:
CharIterator, MutableCharIterator
Enclosing class:
CharArrayList

private class CharArrayList.InternalCharIterator extends Object implements MutableCharIterator
  • Field Details

    • currentIndex

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

      private int lastIndex
  • Constructor Details

    • InternalCharIterator

      private InternalCharIterator()
  • Method Details