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 java.lang.Object implements DoubleIterator
-
-
Field Summary
Fields Modifier and Type Field Description private int
currentIndex
Index of element to be returned by subsequent call to next.
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalDoubleIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
double
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceDoubleIterator
-
next
public double next()
- Specified by:
next
in interfaceDoubleIterator
-
-