Class ShortFloatHashMap.InternalFloatIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMap.InternalFloatIterator
-
- All Implemented Interfaces:
FloatIterator
,MutableFloatIterator
- Enclosing class:
- ShortFloatHashMap
private class ShortFloatHashMap.InternalFloatIterator extends java.lang.Object implements MutableFloatIterator
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
canRemove
private int
count
private boolean
handledOne
private boolean
handledZero
private short
lastKey
private int
position
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalFloatIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
float
next()
void
remove()
-
-
-
Method Detail
-
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
-
-