Class ObjectLongHashMapWithHashingStrategy.InternalLongIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategy.InternalLongIterator
All Implemented Interfaces:
LongIterator, MutableLongIterator
Enclosing class:
ObjectLongHashMapWithHashingStrategy<K>

private class ObjectLongHashMapWithHashingStrategy.InternalLongIterator extends Object implements MutableLongIterator
  • Field Details

    • count

      private int count
    • position

      private int position
  • Constructor Details

    • InternalLongIterator

      private InternalLongIterator()
  • Method Details