Uses of Class
com.ibm.icu.text.LocaleDisplayNames.UiListItem
Packages that use LocaleDisplayNames.UiListItem
Package
Description
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.
-
Uses of LocaleDisplayNames.UiListItem in com.ibm.icu.text
Methods in com.ibm.icu.text that return types with arguments of type LocaleDisplayNames.UiListItemModifier and TypeMethodDescriptionLocaleDisplayNames.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.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.Method parameters in com.ibm.icu.text with type arguments of type LocaleDisplayNames.UiListItemModifier and TypeMethodDescriptionabstract 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.