Class SortingMachineSecondary<T>

java.lang.Object
components.sortingmachine.SortingMachineSecondary<T>
Type Parameters:
T - type of SortingMachine entries
All Implemented Interfaces:
SortingMachine<T>, SortingMachineKernel<T>, Standard<SortingMachine<T>>, Iterable<T>
Direct Known Subclasses:
SortingMachine1L, SortingMachine2, SortingMachine3, SortingMachine4, SortingMachine5

public abstract class SortingMachineSecondary<T> extends Object implements SortingMachine<T>
Layered implementations of secondary methods for SortingMachine.