public final class CircularBuffer<T>
extends java.lang.Object
| Constructor and Description |
|---|
CircularBuffer(int capacity,
T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
getCollection() |
void |
put(T value) |