Class ObjectFloatHashMapWithHashingStrategy.InternalFloatIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategy.InternalFloatIterator
- All Implemented Interfaces:
FloatIterator, MutableFloatIterator
- Enclosing class:
ObjectFloatHashMapWithHashingStrategy<K>
private class ObjectFloatHashMapWithHashingStrategy.InternalFloatIterator
extends Object
implements MutableFloatIterator
- Since:
- 7.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position
-
-
Constructor Details
-
InternalFloatIterator
private InternalFloatIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceFloatIterator
-
next
public float next()- Specified by:
nextin interfaceFloatIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableFloatIterator
-