Class AutoSort

java.lang.Object
com.aoapps.hodgepodge.sort.AutoSort
All Implemented Interfaces:
ComparisonSortAlgorithm<Object>, SortAlgorithm<Object>

public final class AutoSort extends Object
Attempts to automatically select the best sort algorithm based on information available in the list. It takes into account list length and list type.
Author:
AO Industries, Inc.