Package components.queue


package components.queue
Provides the Queue family interfaces and implementing classes.
  • Class
    Description
    QueueKernel enhanced with secondary methods.
    Queue represented as a java.util.List with implementations of primary methods.
    Queue represented as a singly linked list, done "bare-handed", with implementations of primary methods.
    Queue represented as a Sequence of entries, with implementations of primary methods.
    First-in-first-out (FIFO) queue kernel component with primary methods.
    Layered implementations of secondary methods for Queue.