protected class RingBuffer.RingBufferIterator extends Object implements Iterator<T>
Modifier and Type | Field and Description |
---|---|
protected T[] |
buffer |
protected long |
current |
Constructor and Description |
---|
RingBufferIterator(T[] buffer) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.