Uses of Class
com.ibm.icu.util.LocaleMatcher.Demotion
-
Packages that use LocaleMatcher.Demotion Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of LocaleMatcher.Demotion in com.ibm.icu.util
Fields in com.ibm.icu.util declared as LocaleMatcher.Demotion Modifier and Type Field Description private LocaleMatcher.Demotion
LocaleMatcher.Builder. demotion
Methods in com.ibm.icu.util that return LocaleMatcher.Demotion Modifier and Type Method Description static LocaleMatcher.Demotion
LocaleMatcher.Demotion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LocaleMatcher.Demotion[]
LocaleMatcher.Demotion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type LocaleMatcher.Demotion Modifier and Type Method Description LocaleMatcher.Builder
LocaleMatcher.Builder. setDemotionPerDesiredLocale(LocaleMatcher.Demotion demotion)
Option for whether all desired locales are treated equally or earlier ones are preferred (this is the default).
-