Class ByteArrayList.InternalByteIterator

java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.ByteArrayList.InternalByteIterator
All Implemented Interfaces:
ByteIterator, MutableByteIterator
Enclosing class:
ByteArrayList

private class ByteArrayList.InternalByteIterator extends Object implements MutableByteIterator
  • Field Details

    • currentIndex

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

      private int lastIndex
  • Constructor Details

    • InternalByteIterator

      private InternalByteIterator()
  • Method Details