com.ibm.icu.text

Class 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.

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

Field Details

COUNT

public static final int COUNT
Number of bound mode
Field Value:
3

LOWER

public static final int LOWER
Lower bound
Field Value:
0

UPPER

public static final int UPPER
Upper bound that will match strings of exact size
Field Value:
1

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
Field Value:
2

Copyright (c) 2006 IBM Corporation and others.