Class FloatDoubleHashMap.KeyValuesView.InternalKeyValuesIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMap.KeyValuesView.InternalKeyValuesIterator
All Implemented Interfaces:
Iterator<FloatDoublePair>
Enclosing class:
FloatDoubleHashMap.KeyValuesView

public class FloatDoubleHashMap.KeyValuesView.InternalKeyValuesIterator extends Object implements Iterator<FloatDoublePair>
  • Field Details

    • count

      private int count
    • position

      private int position
    • handledZero

      private boolean handledZero
    • handledOne

      private boolean handledOne
  • Constructor Details

    • InternalKeyValuesIterator

      public InternalKeyValuesIterator()
  • Method Details