Class DoubleArrayList.InternalDoubleIterator
java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.InternalDoubleIterator
- All Implemented Interfaces:
DoubleIterator
,MutableDoubleIterator
- Enclosing class:
DoubleArrayList
private class DoubleArrayList.InternalDoubleIterator
extends Object
implements MutableDoubleIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
Index 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
-
InternalDoubleIterator
private InternalDoubleIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceDoubleIterator
-
next
public double next()- Specified by:
next
in interfaceDoubleIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableDoubleIterator
-