Class DoubleObjectHashMap.KeysSetIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.KeysSetIterator
All Implemented Interfaces:
DoubleIterator, MutableDoubleIterator
Enclosing class:
DoubleObjectHashMap<V>

private class DoubleObjectHashMap.KeysSetIterator extends Object implements MutableDoubleIterator
  • Field Details

    • count

      private int count
    • position

      private int position
    • lastKey

      private double lastKey
    • handledZeroKey

      private boolean handledZeroKey
    • handledOneKey

      private boolean handledOneKey
    • canRemove

      private boolean canRemove
  • Constructor Details

    • KeysSetIterator

      private KeysSetIterator()
  • Method Details