Uses of Enum Class
org.bremersee.comparator.model.SortOrder.CaseHandling
Packages that use SortOrder.CaseHandling
Package
Description
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.CaseHandlingModifier and TypeMethodDescriptionstatic SortOrder.CaseHandlingReturns the enum constant of this class with the specified name.static SortOrder.CaseHandling[]SortOrder.CaseHandling.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.CaseHandlingModifier and TypeMethodDescriptionSortOrder.with(SortOrder.CaseHandling caseHandling) With given case handling.