Interface SortingMachine<T>

Type Parameters:
T - type of SortingMachine entries
All Superinterfaces:
Iterable<T>, SortingMachineKernel<T>, Standard<SortingMachine<T>>
All Known Implementing Classes:
SortingMachine1L, SortingMachine2, SortingMachine3, SortingMachine4, SortingMachine5, SortingMachineSecondary

public interface SortingMachine<T> extends SortingMachineKernel<T>
SortingMachineKernel enhanced with secondary methods.