Class RingBuffer.BckItr
Object
BckItr
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
RingBuffer<T>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intIndex of current element in Iterator. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
cursor
int cursorIndex of current element in Iterator.
-
-
Constructor Details
-
BckItr
BckItr()Create a backwards iterator starting at the newest element.
-
-
Method Details
-
hasNext
-
next
-