Package com.ibm.icu.text
Class CollationKey.BoundMode
java.lang.Object
com.ibm.icu.text.CollationKey.BoundMode
- Enclosing class:
CollationKey
Options that used in the API CollationKey.getBound() for getting a
CollationKey based on the bound mode requested.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static final int
Lower boundstatic final int
Upper bound that will match strings of exact sizestatic final int
Upper bound that will match all the strings that have the same initial substring as the given string -
Method Summary
-
Field Details
-
LOWER
public static final int LOWERLower bound- See Also:
-
UPPER
public static final int UPPERUpper bound that will match strings of exact size- See Also:
-
UPPER_LONG
public static final int UPPER_LONGUpper bound that will match all the strings that have the same initial substring as the given string- See Also:
-
COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.One more than the highest normal BoundMode value.- See Also:
-