| Package | Description |
|---|---|
| de.caluga.morphium |
| Modifier and Type | Method and Description |
|---|---|
Collation.CaseFirst |
Collation.getCaseFirst() |
static Collation.CaseFirst |
Collation.CaseFirst.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Collation.CaseFirst[] |
Collation.CaseFirst.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.caseFirst(Collation.CaseFirst caseFirst) |
| 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 © 2021. All rights reserved.