Class ObjectCharHashMapWithHashingStrategy.InternalCharIterator

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

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

    • count

      private int count
    • position

      private int position
  • Constructor Details

    • InternalCharIterator

      private InternalCharIterator()
  • Method Details