Class FloatLongHashMap.KeySetIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMap.KeySetIterator
-
- All Implemented Interfaces:
FloatIterator,MutableFloatIterator
- Enclosing class:
- FloatLongHashMap
private class FloatLongHashMap.KeySetIterator extends java.lang.Object implements MutableFloatIterator
-
-
Field Summary
Fields Modifier and Type Field Description private booleancanRemoveprivate intcountprivate booleanhandledOneprivate booleanhandledZeroprivate floatlastKeyprivate intposition
-
Constructor Summary
Constructors Modifier Constructor Description privateKeySetIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()floatnext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceFloatIterator
-
next
public float next()
- Specified by:
nextin interfaceFloatIterator
-
remove
public void remove()
- Specified by:
removein interfaceMutableFloatIterator
-
-