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 booleancanRemoveprivate intcountprivate booleanhandledOneprivate booleanhandledZeroprivate shortlastKeyprivate intposition
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalFloatIterator()
-
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
-
-