Class ImmutableFloatArrayList.InternalFloatIterator
java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatArrayList.InternalFloatIterator
- All Implemented Interfaces:
FloatIterator
- Enclosing class:
ImmutableFloatArrayList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
Index of element to be returned by subsequent call to next. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
currentIndex
private int currentIndexIndex of element to be returned by subsequent call to next.
-
-
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
-