public class ChunkedQueue<E> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Object |
DELETED_CONST |
protected int |
index |
protected static int |
LENGTH |
protected static Object |
NULL_CONST |
protected Object[] |
q |
| 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.
|
protected static final Object NULL_CONST
protected static final Object DELETED_CONST
protected static final int LENGTH
protected Object[] q
protected int index
public void add(E o)
public QueueReader<E> reader()
Copyright © 2020 Soot OSS. All rights reserved.