Class ImmutableDoubleArrayList.InternalDoubleIterator
java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.InternalDoubleIterator
- All Implemented Interfaces:
DoubleIterator
- Enclosing class:
ImmutableDoubleArrayList
private class ImmutableDoubleArrayList.InternalDoubleIterator
extends Object
implements DoubleIterator
- Since:
- 3.2.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intIndex 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
-
InternalDoubleIterator
private InternalDoubleIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceDoubleIterator
-
next
public double next()- Specified by:
nextin interfaceDoubleIterator
-