| Package | Description |
|---|---|
| de.caluga.morphium |
| Modifier and Type | Method and Description |
|---|---|
Collation.Strength |
Collation.getStrength() |
static Collation.Strength |
Collation.Strength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Collation.Strength[] |
Collation.Strength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collation |
Collation.strength(Collation.Strength strength) |
| Constructor and Description |
|---|
Collation(String locale,
Boolean caseLevel,
Collation.CaseFirst caseFirst,
Collation.Strength strength,
Boolean numericOrdering,
Collation.Alternate alternate,
Collation.MaxVariable maxVariable,
Boolean backwards,
Boolean normalization) |
Copyright © 2022. All rights reserved.