Class ReverseIntIterable.ReverseIntIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.ReverseIntIterator
- All Implemented Interfaces:
IntIterator
- Enclosing class:
ReverseIntIterable
- 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
-
ReverseIntIterator
private ReverseIntIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIntIterator
-
next
public int next()- Specified by:
nextin interfaceIntIterator
-