Class CharByteHashMap.InternalByteIterator

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

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

    • count

      private int count
    • position

      private int position
    • lastKey

      private char lastKey
    • handledZero

      private boolean handledZero
    • handledOne

      private boolean handledOne
    • canRemove

      private boolean canRemove
  • Constructor Details

    • InternalByteIterator

      private InternalByteIterator()
  • Method Details