- All Known Subinterfaces:
ComparisonSortAlgorithm<E>
,IntegerSortAlgorithm
- All Known Implementing Classes:
AutoSort
,EQSort
,FastQSort
,HeapSort
,IntegerRadixSort
,IntegerRadixSortExperimental
,JavaSort
,QubbleSort
,ShellSort
public interface SortAlgorithm<E>
Generalized structure for sort algorithms.
- Author:
- AO Industries, Inc.
-
Method Summary
-
Method Details
-
isStable
boolean isStable()Checks if this is a stable sort. A stable sort will keep elements with equal values in their same relative order. -
sort
-
sort
-
sort
-
sort
-