Class FloatHashSet.InternalFloatIterator
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.FloatHashSet.InternalFloatIterator
- All Implemented Interfaces:
FloatIterator, MutableFloatIterator
- Enclosing class:
FloatHashSet
- Since:
- 3.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate float -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position -
zeroToThirtyOne
private float zeroToThirtyOne
-
-
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
-