Uses of Enum Class
de.caluga.morphium.Collation.Alternate
Packages that use Collation.Alternate
-
Uses of Collation.Alternate in de.caluga.morphium
Methods in de.caluga.morphium that return Collation.AlternateModifier and TypeMethodDescriptionCollation.getAlternate()static Collation.AlternateReturns the enum constant of this class with the specified name.static Collation.Alternate[]Collation.Alternate.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.AlternateConstructors in de.caluga.morphium with parameters of type Collation.AlternateModifierConstructorDescriptionCollation(String locale, Boolean caseLevel, Collation.CaseFirst caseFirst, Collation.Strength strength, Boolean numericOrdering, Collation.Alternate alternate, Collation.MaxVariable maxVariable, Boolean backwards, Boolean normalization)