Class FloatHashSet.ImmutableFloatHashSet.InternalFloatIterator
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.FloatHashSet.ImmutableFloatHashSet.InternalFloatIterator
- All Implemented Interfaces:
FloatIterator
- Enclosing class:
FloatHashSet.ImmutableFloatHashSet
private class FloatHashSet.ImmutableFloatHashSet.InternalFloatIterator
extends Object
implements FloatIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private 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:
hasNext
in interfaceFloatIterator
-
next
public float next()- Specified by:
next
in interfaceFloatIterator
-