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 java.lang.Object implements FloatIterator
-
-
Field Summary
Fields Modifier and Type Field Description private int
count
private int
position
private float
zeroToThirtyOne
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalFloatIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
float
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceFloatIterator
-
next
public float next()
- Specified by:
next
in interfaceFloatIterator
-
-