Package components.sortingmachine
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
Layered implementations of secondary methods for
SortingMachine.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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