Uses of Class
org.bremersee.comparator.model.SortOrder.NullHandling
-
Packages that use SortOrder.NullHandling Package Description org.bremersee.comparator.model This package contains the model of the comparator. -
-
Uses of SortOrder.NullHandling in org.bremersee.comparator.model
Methods in org.bremersee.comparator.model that return SortOrder.NullHandling Modifier and Type Method Description static SortOrder.NullHandlingSortOrder.NullHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder.NullHandling[]SortOrder.NullHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bremersee.comparator.model with parameters of type SortOrder.NullHandling Modifier and Type Method Description SortOrderSortOrder. with(SortOrder.NullHandling nullHandling)With given null handling.
-