Class ReverseByteIterable.ReverseByteIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.ReverseByteIterable.ReverseByteIterator
- All Implemented Interfaces:
ByteIterator
- Enclosing class:
ReverseByteIterable
-
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
-
ReverseByteIterator
private ReverseByteIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceByteIterator
-
next
public byte next()- Specified by:
next
in interfaceByteIterator
-