Uses of Enum Class
com.irurueta.sorting.SortingMethod
-
Uses of SortingMethod in com.irurueta.sorting
Fields in com.irurueta.sorting declared as SortingMethodModifier and TypeFieldDescriptionstatic final SortingMethodSorter.DEFAULT_SORTING_METHODDefault method to be used for sorting if none is provided.Methods in com.irurueta.sorting that return SortingMethodModifier and TypeMethodDescriptionHeapsortSorter.getMethod()Returns sorting method of this class.QuicksortSorter.getMethod()Returns sorting method of this class.ShellSorter.getMethod()Returns sorting method of this class.abstract SortingMethodSorter.getMethod()Returns sorting method of an implementation of this class.StraightInsertionSorter.getMethod()Returns sorting method of this class.SystemSorter.getMethod()Returns sorting method of this class.static SortingMethodReturns the enum constant of this class with the specified name.static SortingMethod[]SortingMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.irurueta.sorting with parameters of type SortingMethodModifier and TypeMethodDescriptionstatic <T> Sorter<T>Sorter.create(SortingMethod method) Creates a Sorter instance using provided sorting method.