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