Class ImmutableLongArrayList.InternalLongIterator
java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongArrayList.InternalLongIterator
- All Implemented Interfaces:
LongIterator
- Enclosing class:
ImmutableLongArrayList
-
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
-
InternalLongIterator
private InternalLongIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceLongIterator
-
next
public long next()- Specified by:
next
in interfaceLongIterator
-