Class CharObjectHashMap.KeysSetIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMap.KeysSetIterator
All Implemented Interfaces:
CharIterator, MutableCharIterator
Enclosing class:
CharObjectHashMap<V>

private class CharObjectHashMap.KeysSetIterator extends Object implements MutableCharIterator
  • Field Details

    • count

      private int count
    • position

      private int position
    • lastKey

      private char lastKey
    • handledZeroKey

      private boolean handledZeroKey
    • handledOneKey

      private boolean handledOneKey
    • canRemove

      private boolean canRemove
  • Constructor Details

    • KeysSetIterator

      private KeysSetIterator()
  • Method Details