com.ibm.icu.text
Class CollationKey.BoundMode

java.lang.Object
  extended by com.ibm.icu.text.CollationKey.BoundMode
Enclosing class:
CollationKey

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.

Status:
Stable ICU 2.6.

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

LOWER

public static final int LOWER
Lower bound

See Also:
Constant Field Values
Status:
Stable ICU 2.6.

UPPER

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

See Also:
Constant Field Values
Status:
Stable 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

See Also:
Constant Field Values
Status:
Stable ICU 2.6.

COUNT

public static final int COUNT
Number of bound mode

See Also:
Constant Field Values
Status:
Stable ICU 2.6.


Copyright (c) 2012 IBM Corporation and others.