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 | |
|---|---|
java.lang.Object
| |
Constants
UPPER
int UPPER
Upper bound that will match strings of exact size
Constant Value: 1 (0x00000001)
UPPER_LONG
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)
Interfaces
Classes
- AlphabeticIndex
- AlphabeticIndex.Bucket
- AlphabeticIndex.ImmutableIndex
- AlphabeticIndex.Record
- BreakIterator
- CollationElementIterator
- CollationKey
- CollationKey.BoundMode
- Collator
- CompactDecimalFormat
- CurrencyPluralInfo
- DateFormat
- DateFormat.Field
- DateFormatSymbols
- DateIntervalFormat
- DateIntervalInfo
- DateIntervalInfo.PatternInfo
- DateTimePatternGenerator
- DateTimePatternGenerator.PatternInfo
- DecimalFormat
- DecimalFormatSymbols
- IDNA
- IDNA.Info
- LocaleDisplayNames
- MeasureFormat
- MessageFormat
- MessageFormat.Field
- MessagePattern
- MessagePattern.Part
- Normalizer
- Normalizer.QuickCheckResult
- Normalizer2
- NumberFormat
- NumberFormat.Field
- NumberingSystem
- PluralFormat
- PluralRules
- RelativeDateTimeFormatter
- RuleBasedCollator
- SearchIterator
- SelectFormat
- SimpleDateFormat
- StringSearch
- TimeZoneFormat
- TimeZoneNames
- UCharacterIterator
- UFormat
- UnicodeFilter
- UnicodeSet
- UnicodeSet.EntryRange
- UnicodeSetIterator
- UnicodeSetSpanner
Enums
- AlphabeticIndex.Bucket.LabelType
- CompactDecimalFormat.CompactStyle
- DateFormat.BooleanAttribute
- DisplayContext
- DisplayContext.Type
- IDNA.Error
- LocaleDisplayNames.DialectHandling
- MeasureFormat.FormatWidth
- MessagePattern.ApostropheMode
- MessagePattern.ArgType
- MessagePattern.Part.Type
- Normalizer2.Mode
- PluralRules.PluralType
- RelativeDateTimeFormatter.AbsoluteUnit
- RelativeDateTimeFormatter.Direction
- RelativeDateTimeFormatter.RelativeUnit
- RelativeDateTimeFormatter.Style
- SearchIterator.ElementComparisonType
- TimeZoneFormat.GMTOffsetPatternType
- TimeZoneFormat.ParseOption
- TimeZoneFormat.Style
- TimeZoneFormat.TimeType
- TimeZoneNames.NameType
- UnicodeSet.ComparisonStyle
- UnicodeSet.SpanCondition
- UnicodeSetSpanner.CountMethod
- UnicodeSetSpanner.TrimOption
Exceptions


