Package | Description |
---|---|
net.datastructures |
Modifier and Type | Class and Description |
---|---|
class |
NodeQueue<E>
Realization of a queue by means of a singly-linked list of nodes.
|
Modifier and Type | Method and Description |
---|---|
static void |
NodeQueue.status(Queue Q,
java.lang.String op,
java.lang.Object element)
Prints information about an operation and the queue.
|