Class ShortDoubleHashMap.InternalDoubleIterator

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

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

    • count

      private int count
    • position

      private int position
    • lastKey

      private short lastKey
    • handledZero

      private boolean handledZero
    • handledOne

      private boolean handledOne
    • canRemove

      private boolean canRemove
  • Constructor Details

    • InternalDoubleIterator

      private InternalDoubleIterator()
  • Method Details