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
-
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:
hasNext
in interfaceFloatIterator
-
next
public float next()- Specified by:
next
in interfaceFloatIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableFloatIterator
-