Modifier and Type | Field and Description |
---|---|
protected VecBuffer.ElementAccessor<T> |
accessor |
protected int |
position |
Constructor and Description |
---|
ReverseIterator(VecBuffer.ElementAccessor<T> accessor) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected VecBuffer.ElementAccessor<T> accessor
protected int position
public ReverseIterator(VecBuffer.ElementAccessor<T> accessor)