protected class RingBuffer.RingBufferIterator extends Object implements Iterator<T>
Modifier and Type | Field and Description |
---|---|
protected int |
elementIndex |
protected int |
index |
Modifier | Constructor and Description |
---|---|
protected |
RingBufferIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove()
TODO Should we implement this? It is very random, where an iterator ...
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2015–2021 Fiji. All rights reserved.