Package | Description |
---|---|
net.datastructures |
Modifier and Type | Method and Description |
---|---|
E |
NodeQueue.dequeue() |
E |
Queue.dequeue()
Removes the element at the front of the queue.
|
E |
NodeQueue.front() |
E |
Queue.front()
Inspects the element at the front of the queue.
|