protected class RingBuffer.RingBufferIterator extends Object implements Iterator<T>
Modifier and Type | Field and Description |
---|---|
protected T[] |
buffer |
protected long |
current |
Constructor and Description |
---|
RingBuffer.RingBufferIterator(T[] buffer) |
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.