Class ObjectShortHashMapWithHashingStrategy.InternalShortIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategy.InternalShortIterator
All Implemented Interfaces:
MutableShortIterator, ShortIterator
Enclosing class:
ObjectShortHashMapWithHashingStrategy<K>

private class ObjectShortHashMapWithHashingStrategy.InternalShortIterator extends Object implements MutableShortIterator
  • Field Details

    • count

      private int count
    • position

      private int position
  • Constructor Details

    • InternalShortIterator

      private InternalShortIterator()
  • Method Details