public final class ChunkedQueue<E>
extends java.lang.Object
| Constructor and Description |
|---|
ChunkedQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(E o)
Add an object to the queue.
|
QueueReader<E> |
reader()
Create reader which will read objects from the queue.
|
public void add(E o)
public QueueReader<E> reader()