Uses of Interface
components.queue.QueueKernel
Packages that use QueueKernel
-
Uses of QueueKernel in components.queue
Subinterfaces of QueueKernel in components.queueModifier and TypeInterfaceDescriptioninterfaceQueue<T>QueueKernelenhanced with secondary methods.Classes in components.queue that implement QueueKernelModifier and TypeClassDescriptionclassQueue1L<T>Queuerepresented as ajava.util.Listwith implementations of primary methods.classQueue2<T>Queuerepresented as a singly linked list, done "bare-handed", with implementations of primary methods.classQueue3<T>Queuerepresented as aSequenceof entries, with implementations of primary methods.classLayered implementations of secondary methods forQueue.