Class Collation.TertiaryICUComparisonLevel
java.lang.Object
org.springframework.data.mongodb.core.query.Collation.TertiaryICUComparisonLevel
- All Implemented Interfaces:
Collation.ComparisonLevel
- Enclosing class:
- Collation
Tertiary-strength
Collation.ICUComparisonLevel
.-
Method Summary
Modifier and TypeMethodDescriptioncaseFirst
(Collation.CaseFirst caseFirst) Set the flag that determines sort order of case differences.int
getLevel()
-
Method Details
-
caseFirst
Set the flag that determines sort order of case differences.- Parameters:
caseFirst
- must not be null.- Returns:
- new
Collation.ICUComparisonLevel
-
getLevel
public int getLevel()- Specified by:
getLevel
in interfaceCollation.ComparisonLevel
- Returns:
- collation strength, 1 for primary, 2 for secondary and so on.
-
getCaseFirst
- Specified by:
getCaseFirst
in interfaceCollation.ComparisonLevel
-
getCaseLevel
- Specified by:
getCaseLevel
in interfaceCollation.ComparisonLevel
-