Uses of Enum Class
de.caluga.morphium.Collation.Strength
Packages that use Collation.Strength
-
Uses of Collation.Strength in de.caluga.morphium
Methods in de.caluga.morphium that return Collation.StrengthModifier and TypeMethodDescriptionCollation.getStrength()static Collation.StrengthReturns the enum constant of this class with the specified name.static Collation.Strength[]Collation.Strength.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.caluga.morphium with parameters of type Collation.StrengthConstructors in de.caluga.morphium with parameters of type Collation.StrengthModifierConstructorDescriptionCollation(String locale, Boolean caseLevel, Collation.CaseFirst caseFirst, Collation.Strength strength, Boolean numericOrdering, Collation.Alternate alternate, Collation.MaxVariable maxVariable, Boolean backwards, Boolean normalization)