close
The Wayback Machine - https://web.archive.org/web/20161023160335/https://developer.android.com/reference/android/icu/text/CollationKey.BoundMode.html
Skip to content

Most visited

Recently visited

navigation

CollationKey.BoundMode

public static final class CollationKey.BoundMode
extends Object

java.lang.Object
   ↳ android.icu.text.CollationKey.BoundMode


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

Summary

Constants

int LOWER

Lower bound

int UPPER

Upper bound that will match strings of exact size

int UPPER_LONG

Upper bound that will match all the strings that have the same initial substring as the given string

Inherited methods

BERJAYAFrom class java.lang.Object

Constants

LOWER

Added in API level 24
int LOWER

Lower bound

Constant Value: 0 (0x00000000)

UPPER

Added in API level 24
int UPPER

Upper bound that will match strings of exact size

Constant Value: 1 (0x00000001)

UPPER_LONG

Added in API level 24
int UPPER_LONG

Upper bound that will match all the strings that have the same initial substring as the given string

Constant Value: 2 (0x00000002)

This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.