|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.icu.text.CollationKey.BoundMode
public static final class CollationKey.BoundMode
Options that used in the API CollationKey.getBound() for getting a CollationKey based on the bound mode requested.
Field Summary | |
---|---|
static int |
COUNT
Number of bound mode |
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 |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LOWER
public static final int UPPER
public static final int UPPER_LONG
public static final int COUNT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |