Class ImmutableLongArrayList.InternalLongIterator
- java.lang.Object
-
- org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongArrayList.InternalLongIterator
-
- All Implemented Interfaces:
LongIterator
- Enclosing class:
- ImmutableLongArrayList
private class ImmutableLongArrayList.InternalLongIterator extends java.lang.Object implements LongIterator
-
-
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
InternalLongIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
long
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceLongIterator
-
next
public long next()
- Specified by:
next
in interfaceLongIterator
-
-