Uses of Class
com.irurueta.sorting.Sorter
-
Uses of Sorter in com.irurueta.sorting
Subclasses of Sorter in com.irurueta.sortingModifier and TypeClassDescriptionclassSorts instances of type T in provided arrays using Heapsort method.classSorts instances of type T in provided arrays using Quicksort method.classShellSorter<T>Sorts instances of type T in provided arrays using Shell method.classSorts instances of type T in provided arrays using straight insertion method.classSystemSorter<T>Sorts instances of type T in provided arrays using Quicksort method.Methods in com.irurueta.sorting that return SorterModifier and TypeMethodDescriptionstatic <T> Sorter<T>Sorter.create()Creates a Sorter instance using DEFAULT_SORTING_METHOD.static <T> Sorter<T>Sorter.create(SortingMethod method) Creates a Sorter instance using provided sorting method.