Uses of Interface
components.sortingmachine.SortingMachineKernel
Packages that use SortingMachineKernel
Package
Description
Provides the
SortingMachine
family interfaces and implementing classes.-
Uses of SortingMachineKernel in components.sortingmachine
Subinterfaces of SortingMachineKernel in components.sortingmachineModifier and TypeInterfaceDescriptioninterface
SortingMachineKernel
enhanced with secondary methods.Classes in components.sortingmachine that implement SortingMachineKernelModifier and TypeClassDescriptionclass
SortingMachine
represented asjava.util.List
(using an embedding ofjava.util.Collections.sort
), with implementations of primary methods.class
SortingMachine
represented as aQueue
(using an embedding of selection sort), with implementations of primary methods.class
SortingMachine
represented as aQueue
(using an embedding of insertion sort), with implementations of primary methods.class
SortingMachine
represented as aQueue
(using an embedding of quicksort), with implementations of primary methods.class
SortingMachine
represented as aQueue
and an array (using an embedding of heap sort), with implementations of primary methods.class
Layered implementations of secondary methods forSortingMachine
.