|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Queue in net.datastructures |
---|
Classes in net.datastructures that implement Queue | |
---|---|
class |
NodeQueue<E>
Realization of a queue by means of a singly-linked list of nodes. |
Methods in net.datastructures with parameters of type Queue | |
---|---|
static void |
NodeQueue.status(Queue Q,
java.lang.String op,
java.lang.Object element)
Prints information about an operation and the queue. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |