protected class RingBuffer.RingBufferIterator extends java.lang.Object implements java.util.Iterator<T>
protected T[]
buffer
protected long
current
RingBuffer.RingBufferIterator(T[] buffer)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final T[] buffer
protected long current
public RingBuffer.RingBufferIterator(T[] buffer)
public boolean hasNext()
hasNext
java.util.Iterator<T>
public T next()
next
public void remove()
remove