com.ibm.icu.text

Class CollationKey.BoundMode

public static final class CollationKey.BoundMode extends Object

Options that used in the API CollationKey.getBound() for getting a CollationKey based on the bound mode requested.

UNKNOWN: ICU 2.6

Field Summary
static intCOUNT
Number of bound mode
static intLOWER
Lower bound
static intUPPER
Upper bound that will match strings of exact size
static intUPPER_LONG
Upper bound that will match all the strings that have the same initial substring as the given string

Field Detail

COUNT

public static final int COUNT
Number of bound mode

UNKNOWN: ICU 2.6

LOWER

public static final int LOWER
Lower bound

UNKNOWN: ICU 2.6

UPPER

public static final int UPPER
Upper bound that will match strings of exact size

UNKNOWN: ICU 2.6

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

UNKNOWN: ICU 2.6

Copyright (c) 2007 IBM Corporation and others.