Package components.sortingmachine
Interface SortingMachine<T>
- Type Parameters:
T- type ofSortingMachineentries
- All Superinterfaces:
Iterable<T>,SortingMachineKernel<T>,Standard<SortingMachine<T>>
- All Known Implementing Classes:
SortingMachine1L,SortingMachine2,SortingMachine3,SortingMachine4,SortingMachine5,SortingMachineSecondary
SortingMachineKernel enhanced with secondary methods.-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface components.sortingmachine.SortingMachineKernel
add, changeToExtractionMode, isInInsertionMode, order, removeFirst, sizeMethods inherited from interface components.standard.Standard
clear, newInstance, transferFrom