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 TypeInterfaceDescriptioninterfaceSortingMachineKernelenhanced with secondary methods.Classes in components.sortingmachine that implement SortingMachineKernelModifier and TypeClassDescriptionclassSortingMachinerepresented asjava.util.List(using an embedding ofjava.util.Collections.sort), with implementations of primary methods.classSortingMachinerepresented as aQueue(using an embedding of selection sort), with implementations of primary methods.classSortingMachinerepresented as aQueue(using an embedding of insertion sort), with implementations of primary methods.classSortingMachinerepresented as aQueue(using an embedding of quicksort), with implementations of primary methods.classSortingMachinerepresented as aQueueand an array (using an embedding of heap sort), with implementations of primary methods.classLayered implementations of secondary methods forSortingMachine.