Class FloatCharHashMap.KeySetIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMap.KeySetIterator
All Implemented Interfaces:
FloatIterator, MutableFloatIterator
Enclosing class:
FloatCharHashMap

private class FloatCharHashMap.KeySetIterator extends Object implements MutableFloatIterator
  • Field Details

    • count

      private int count
    • position

      private int position
    • lastKey

      private float lastKey
    • handledZero

      private boolean handledZero
    • handledOne

      private boolean handledOne
    • canRemove

      private boolean canRemove
  • Constructor Details

    • KeySetIterator

      private KeySetIterator()
  • Method Details