Uses of Enum Class
com.helger.base.compare.ESortOrder
Packages that use ESortOrder
-
Uses of ESortOrder in com.helger.base.compare
Fields in com.helger.base.compare declared as ESortOrderModifier and TypeFieldDescriptionstatic final ESortOrderESortOrder.DEFAULTThe default sort order isASCENDINGMethods in com.helger.base.compare that return ESortOrderModifier and TypeMethodDescription@NonNull ESortOrderESortOrder.getAlternate()Get the alternate sort order.static @Nullable ESortOrderESortOrder.getFromValue(int nValue, @Nullable ESortOrder eDefault) Get theESortOrdermatching the provided value, with a custom default.static @NonNull ESortOrderESortOrder.getFromValueOrDefault(int nValue) Get theESortOrdermatching the provided value, defaulting toDEFAULT.static ESortOrderReturns the enum constant of this class with the specified name.static ESortOrder[]ESortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.base.compare with parameters of type ESortOrderModifier and TypeMethodDescriptionstatic @Nullable ESortOrderESortOrder.getFromValue(int nValue, @Nullable ESortOrder eDefault) Get theESortOrdermatching the provided value, with a custom default.