Uses of Class
com.helger.commons.compare.ESortOrder
-
Packages that use ESortOrder Package Description com.helger.commons.compare -
-
Uses of ESortOrder in com.helger.commons.compare
Fields in com.helger.commons.compare declared as ESortOrder Modifier and Type Field Description static ESortOrderESortOrder. DEFAULTThe default sort order isASCENDINGMethods in com.helger.commons.compare that return ESortOrder Modifier and Type Method Description ESortOrderESortOrder. getAlternate()Get the alternate sort order.static ESortOrderESortOrder. getFromValue(int nValue, ESortOrder eDefault)static ESortOrderESortOrder. getFromValueOrDefault(int nValue)static ESortOrderESortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ESortOrder[]ESortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.compare with parameters of type ESortOrder Modifier and Type Method Description static ESortOrderESortOrder. getFromValue(int nValue, ESortOrder eDefault)
-