Package | Description |
---|---|
components.queue |
Queue data structure component family and their implementations. |
Modifier and Type | Interface and Description |
---|---|
interface |
Queue<T>
Additional functionality upon the bare-bones functionality afforded by the
QueueKernel interface. |
Modifier and Type | Class and Description |
---|---|
class |
Queue1L<T>
An implementation of a Queue layered on a java.util.LinkedList.
|
class |
QueueDL<T>
An implementation of a Queue layered on the DoublyLinkedList component.
|
class |
QueueSecondary<T>
Abstract class providing the implementation of all of the layered secondary
methods that were defined in the Queue interface, as well as the
implementation for equals, toString, and hashCode methods.
|