Class FloatObjectHashMap.InternalIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMap.InternalIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
FloatObjectHashMap<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private float
private boolean
private boolean
private boolean
private int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
count
private int count -
position
private int position -
currentKey
private float currentKey -
isCurrentKeySet
private boolean isCurrentKeySet -
handledZeroKey
private boolean handledZeroKey -
handledOneKey
private boolean handledOneKey
-
-
Constructor Details
-
InternalIterator
private InternalIterator()
-
-
Method Details