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