Język

CollationKeyBoundMode Enum

Definition

public enum CollationKeyBoundMode
type CollationKeyBoundMode = 
Inheritance
CollationKeyBoundMode

Fields

Name Value Description
Lower 0

Lower bound

Android reference for android.icu.text.CollationKey.BoundMode.LOWER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Upper 1

Upper bound that will match strings of exact size

Android reference for android.icu.text.CollationKey.BoundMode.UPPER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UpperLong 2

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

Android reference for android.icu.text.CollationKey.BoundMode.UPPER_LONG.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to