public static final class CollationKey.BoundMode extends Object
Modifier and Type | Field | Description |
---|---|---|
static int |
COUNT |
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
static int |
LOWER |
Lower bound
|
static int |
UPPER |
Upper bound that will match strings of exact size
|
static int |
UPPER_LONG |
Upper bound that will match all the strings that have the same
initial substring as the given string
|
public static final int LOWER
public static final int UPPER
public static final int UPPER_LONG
@Deprecated public static final int COUNT
Copyright © 2016 Unicode, Inc. and others.