Uses of Class
de.tilman_neumann.util.SortOrder
-
Packages that use SortOrder Package Description de.tilman_neumann.util -
-
Uses of SortOrder in de.tilman_neumann.util
Methods in de.tilman_neumann.util that return SortOrder Modifier and Type Method Description static SortOrder
SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortOrder[]
SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.tilman_neumann.util with parameters of type SortOrder Constructor Description SortedList(Comparator<T> cmp, SortOrder sortOrder)
Complete constructor for a list sorted in ascending or descending order, where the comparison is done by an explicit constructor or the comparable capability of list elements.
-