CollationKey.BoundMode
public
static
final
class
CollationKey.BoundMode
extends Object
java.lang.Object | |
↳ | android.icu.text.CollationKey.BoundMode |
Options that used in the API CollationKey.getBound() for getting a CollationKey based on the bound mode requested.
Summary
Constants | |
---|---|
int |
LOWER
Lower bound |
int |
UPPER
Upper bound that will match strings of exact size |
int |
UPPER_LONG
Upper bound that will match all the strings that have the same initial substring as the given string |
Inherited methods | |
---|---|
Constants
LOWER
public static final int LOWER
Lower bound
Constant Value: 0 (0x00000000)
UPPER
public static final int UPPER
Upper bound that will match strings of exact size
Constant Value: 1 (0x00000001)
UPPER_LONG
public static final int UPPER_LONG
Upper bound that will match all the strings that have the same initial substring as the given string
Constant Value: 2 (0x00000002)