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