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 interface Iterable
forEach, iterator, spliteratorMethods inherited from interface SortingMachineKernel
add, changeToExtractionMode, isInInsertionMode, order, removeFirst, sizeMethods inherited from interface Standard
clear, newInstance, transferFrom
-
Constructor Details
-
SortingMachineSecondary
public SortingMachineSecondary()
-
-
Method Details
-
equals
-
hashCode
-
toString
-