Class ObjectCharHashMap.InternalCharIterator

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

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

    • count

      private int count
    • position

      private int position
  • Constructor Details

    • InternalCharIterator

      private InternalCharIterator()
  • Method Details