T - the element typepublic static class Interactive.LinkedBuffer<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Interactive.LinkedBuffer.N<T>
The node.
|
| Constructor and Description |
|---|
LinkedBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T value)
Add a new value.
|
public void add(T value)
value - the new value