Class ReverseByteIterable.ReverseByteIterator

java.lang.Object
org.eclipse.collections.impl.lazy.primitive.ReverseByteIterable.ReverseByteIterator
All Implemented Interfaces:
ByteIterator
Enclosing class:
ReverseByteIterable

private class ReverseByteIterable.ReverseByteIterator extends Object implements ByteIterator
  • Field Details

    • currentIndex

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

    • ReverseByteIterator

      private ReverseByteIterator()
  • Method Details