class BlockObjQueue
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BlockObjQueue.Block |
(package private) static class |
BlockObjQueue.BlockFreeList |
Modifier and Type | Field and Description |
---|---|
private BlockObjQueue.BlockFreeList |
free |
private BlockObjQueue.Block |
head |
private BlockObjQueue.Block |
tail |
Constructor and Description |
---|
BlockObjQueue()
Create an empty queue.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
add(RevObject c) |
(package private) RevObject |
next() |
private BlockObjQueue.BlockFreeList free
private BlockObjQueue.Block head
private BlockObjQueue.Block tail