Class ReverseLongIterable.ReverseLongIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.ReverseLongIterable.ReverseLongIterator
- All Implemented Interfaces:
LongIterator
- Enclosing class:
ReverseLongIterable
- Since:
- 5.0.
-
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
-
ReverseLongIterator
private ReverseLongIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceLongIterator
-
next
public long next()- Specified by:
nextin interfaceLongIterator
-