| Package | Description |
|---|---|
| de.caluga.morphium |
| Modifier and Type | Method and Description |
|---|---|
Collation.Alternate |
Collation.getAlternate() |
static Collation.Alternate |
Collation.Alternate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Collation.Alternate[] |
Collation.Alternate.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.alternate(Collation.Alternate alternate) |
| 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.