Class IntCharHashMap.InternalCharIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMap.InternalCharIterator
All Implemented Interfaces:
CharIterator, MutableCharIterator
Enclosing class:
IntCharHashMap

private class IntCharHashMap.InternalCharIterator extends Object implements MutableCharIterator
  • Field Details

    • count

      private int count
    • position

      private int position
    • lastKey

      private int lastKey
    • handledZero

      private boolean handledZero
    • handledOne

      private boolean handledOne
    • canRemove

      private boolean canRemove
  • Constructor Details

    • InternalCharIterator

      private InternalCharIterator()
  • Method Details