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 java.util.Comparator<LocaleDisplayNames.UiListItem> |
LocaleDisplayNames.UiListItem.getComparator(java.util.Comparator<java.lang.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.
|
java.util.List<LocaleDisplayNames.UiListItem> |
LocaleDisplayNames.getUiList(java.util.Set<ULocale> localeSet,
boolean inSelf,
java.util.Comparator<java.lang.Object> collator)
Return a list of information used to construct a UI list of locale names.
|
abstract java.util.List<LocaleDisplayNames.UiListItem> |
LocaleDisplayNames.getUiListCompareWholeItems(java.util.Set<ULocale> localeSet,
java.util.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 java.util.List<LocaleDisplayNames.UiListItem> |
LocaleDisplayNames.getUiListCompareWholeItems(java.util.Set<ULocale> localeSet,
java.util.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 (c) 2016 IBM Corporation and others.