Uses of Enum
com.helger.commons.compare.ESortOrder
Packages that use ESortOrder
-
Uses of ESortOrder in com.helger.commons.compare
Fields in com.helger.commons.compare declared as ESortOrderModifier and TypeFieldDescriptionstatic final ESortOrderESortOrder.DEFAULTThe default sort order isASCENDINGMethods in com.helger.commons.compare that return ESortOrderModifier and TypeMethodDescriptionESortOrder.getAlternate()Get the alternate sort order.static ESortOrderESortOrder.getFromValue(int nValue, ESortOrder eDefault) static ESortOrderESortOrder.getFromValueOrDefault(int nValue) static ESortOrderReturns 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 ESortOrderModifier and TypeMethodDescriptionstatic ESortOrderESortOrder.getFromValue(int nValue, ESortOrder eDefault)