Uses of Enum Class
org.bremersee.comparator.model.SortOrder.NullHandling
Packages that use SortOrder.NullHandling
Package
Description
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.NullHandlingModifier and TypeMethodDescriptionstatic SortOrder.NullHandlingReturns the enum constant of this class with the specified name.static SortOrder.NullHandling[]SortOrder.NullHandling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bremersee.comparator.model with parameters of type SortOrder.NullHandlingModifier and TypeMethodDescriptionSortOrder.with(SortOrder.NullHandling nullHandling) With given null handling.