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