Class ObjectDoubleHashMapWithHashingStrategy.InternalDoubleIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategy.InternalDoubleIterator
All Implemented Interfaces:
DoubleIterator, MutableDoubleIterator
Enclosing class:
ObjectDoubleHashMapWithHashingStrategy<K>

private class ObjectDoubleHashMapWithHashingStrategy.InternalDoubleIterator extends Object implements MutableDoubleIterator
  • Field Details

    • count

      private int count
    • position

      private int position
  • Constructor Details

    • InternalDoubleIterator

      private InternalDoubleIterator()
  • Method Details