public static interface Collation.ComparisonLevel
| Modifier and Type | Method and Description |
|---|---|
default Optional<Collation.CaseFirst> |
getCaseFirst() |
default Optional<Boolean> |
getCaseLevel() |
int |
getLevel() |
static Collation.ComparisonLevel |
identical()
Identical Level.
|
static Collation.PrimaryICUComparisonLevel |
primary()
Primary level of comparison.
|
static Collation.ComparisonLevel |
quaternary()
Quaternary Level.
|
static Collation.SecondaryICUComparisonLevel |
secondary()
Secondary level of comparison.
|
static Collation.TertiaryICUComparisonLevel |
tertiary()
Tertiary level of comparison.
|
static Collation.PrimaryICUComparisonLevel primary()
caseLevel can be set via Collation.PrimaryICUComparisonLevel.includeCase() and
Collation.PrimaryICUComparisonLevel.excludeCase().Collation.SecondaryICUComparisonLevel.static Collation.SecondaryICUComparisonLevel secondary()
caseLevel can be set via Collation.SecondaryICUComparisonLevel.includeCase() and
Collation.SecondaryICUComparisonLevel.excludeCase().Collation.SecondaryICUComparisonLevel.static Collation.TertiaryICUComparisonLevel tertiary()
caseLevel cannot be set for ICUComparisonLevel above secondary.ICUComparisonLevel.static Collation.ComparisonLevel quaternary()
caseLevel cannot be set for ICUComparisonLevel above secondary.Collation.ComparisonLevel.static Collation.ComparisonLevel identical()
caseLevel cannot be set for ICUComparisonLevel above secondary.Collation.ComparisonLevel.int getLevel()
default Optional<Collation.CaseFirst> getCaseFirst()
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.