Class ImmutableByteByteMapKeySet.InternalByteIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ImmutableByteByteMapKeySet.InternalByteIterator
All Implemented Interfaces:
ByteIterator
Enclosing class:
ImmutableByteByteMapKeySet

private class ImmutableByteByteMapKeySet.InternalByteIterator extends Object implements ByteIterator
  • Field Details

    • count

      private int count
    • position

      private int position
    • handledZero

      private boolean handledZero
    • handledOne

      private boolean handledOne
  • Constructor Details

    • InternalByteIterator

      private InternalByteIterator()
  • Method Details