Class FloatObjectHashMap.KeysSetIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMap.KeysSetIterator
- All Implemented Interfaces:
FloatIterator
,MutableFloatIterator
- Enclosing class:
FloatObjectHashMap<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private int
private boolean
private boolean
private float
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position -
lastKey
private float lastKey -
handledZeroKey
private boolean handledZeroKey -
handledOneKey
private boolean handledOneKey -
canRemove
private boolean canRemove
-
-
Constructor Details
-
KeysSetIterator
private KeysSetIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceFloatIterator
-
next
public float next()- Specified by:
next
in interfaceFloatIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableFloatIterator
-