Class ObjectShortHashMap.InternalShortIterator

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

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

    • count

      private int count
    • position

      private int position
  • Constructor Details

    • InternalShortIterator

      private InternalShortIterator()
  • Method Details