public class ChunkQueue extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
ChunkQueue.Node |
| Modifier and Type | Field and Description |
|---|---|
private ChunkQueue.Node |
head |
private ChunkQueue.Node |
tail |
| Constructor and Description |
|---|
ChunkQueue() |
| Modifier and Type | Method and Description |
|---|---|
RawChunk |
dequeue() |
void |
enqueue(RawChunk c) |
boolean |
isEmpty() |
private ChunkQueue.Node head
private ChunkQueue.Node tail
public ChunkQueue()