Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
| Package | Description |
|---|---|
| com.aoindustries.util.sort |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoSort
Attempts to automatically select the best sort algorithm based on information
available in the list.
|
class |
EQSort
An enhanced quick sort demonstration algorithm
SortAlgorithm.java, Thu Oct 27 10:32:35 1994
|
class |
FastQSort
A quick sort demonstration algorithm
SortAlgorithm.java
|
class |
HeapSort
A heap sort demonstration algorithm
SortAlgorithm.java, Thu Oct 27 10:32:35 1994
|
class |
JavaSort
A sort algorithm using the standard Java sort methods.
|
class |
QubbleSort
An quick sort with buble sort speedup demonstration algorithm
SortAlgorithm.java, Thu Oct 27 10:32:35 1994
|
class |
ShellSort
A shell sort demonstration algorithm
SortAlgorithm.java, Thu Oct 27 10:32:35 1994
Note: Invented by Donald Lewis Shell [CACM, July, 1959, pages 30-32]
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ComparisonSortAlgorithm<? super T> |
AutoSort.getRecommendedSortAlgorithm(List<T> list) |
static <T> ComparisonSortAlgorithm<? super T> |
AutoSort.getRecommendedSortAlgorithm(T[] array) |
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.