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 intcountprivate intpositionprivate floatzeroToThirtyOne
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalFloatIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()floatnext()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceFloatIterator
-
next
public float next()
- Specified by:
nextin interfaceFloatIterator
-
-