Uses of Interface
components.queue.QueueKernel
Packages that use QueueKernel
-
Uses of QueueKernel in components.queue
Subinterfaces of QueueKernel in components.queueModifier and TypeInterfaceDescriptioninterface
Queue<T>
QueueKernel
enhanced with secondary methods.Classes in components.queue that implement QueueKernelModifier and TypeClassDescriptionclass
Queue1L<T>
Queue
represented as ajava.util.List
with implementations of primary methods.class
Queue2<T>
Queue
represented as a singly linked list, done "bare-handed", with implementations of primary methods.class
Queue3<T>
Queue
represented as aSequence
of entries, with implementations of primary methods.class
Layered implementations of secondary methods forQueue
.