Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
Modifier and Type | Method and Description |
---|---|
static Comparator<LocaleDisplayNames.UiListItem> |
LocaleDisplayNames.UiListItem.getComparator(Comparator<Object> comparator,
boolean inSelf)
Return a comparator that compares the locale names for the display locale or the in-self names,
depending on an input parameter.
|
List<LocaleDisplayNames.UiListItem> |
LocaleDisplayNames.getUiList(Set<ULocale> localeSet,
boolean inSelf,
Comparator<Object> collator)
Return a list of information used to construct a UI list of locale names.
|
abstract List<LocaleDisplayNames.UiListItem> |
LocaleDisplayNames.getUiListCompareWholeItems(Set<ULocale> localeSet,
Comparator<LocaleDisplayNames.UiListItem> comparator)
Return a list of information used to construct a UI list of locale names, providing more access to control the sorting.
|
Modifier and Type | Method and Description |
---|---|
abstract List<LocaleDisplayNames.UiListItem> |
LocaleDisplayNames.getUiListCompareWholeItems(Set<ULocale> localeSet,
Comparator<LocaleDisplayNames.UiListItem> comparator)
Return a list of information used to construct a UI list of locale names, providing more access to control the sorting.
|
Copyright © 2016 Unicode, Inc. and others.