Uses of Class
org.bremersee.comparator.model.SortOrder.CaseHandling
-
Packages that use SortOrder.CaseHandling Package Description org.bremersee.comparator.model This package contains the model of the comparator. -
-
Uses of SortOrder.CaseHandling in org.bremersee.comparator.model
Methods in org.bremersee.comparator.model that return SortOrder.CaseHandling Modifier and Type Method Description static SortOrder.CaseHandlingSortOrder.CaseHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder.CaseHandling[]SortOrder.CaseHandling. 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.CaseHandling Modifier and Type Method Description SortOrderSortOrder. with(SortOrder.CaseHandling caseHandling)With given case handling.
-