public class RingBuffer<T> extends Object
Constructor and Description |
---|
RingBuffer(int capacity) |
Modifier and Type | Method and Description |
---|---|
void |
add(T el)
Adds an elements into the buffer.
|
String |
dumpNonNullElements() |
T |
remove() |
int |
size() |
String |
toString() |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.