Class ReverseShortIterable.ReverseShortIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.ReverseShortIterable.ReverseShortIterator
- All Implemented Interfaces:
ShortIterator
- Enclosing class:
ReverseShortIterable
- 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
-
ReverseShortIterator
private ReverseShortIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceShortIterator
-
next
public short next()- Specified by:
nextin interfaceShortIterator
-