org.jgroups.util
protected class RingBufferLockless.RingBufferIterator<T> extends Object implements Iterator<T>
Modifier and Type | Field and Description |
---|---|
protected AtomicReferenceArray<T> |
buffer |
protected long |
current |
Constructor and Description |
---|
RingBufferLockless.RingBufferIterator(AtomicReferenceArray<T> buffer) |
protected final AtomicReferenceArray<T> buffer
protected long current
public RingBufferLockless.RingBufferIterator(AtomicReferenceArray<T> buffer)
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.