Uses of Class
com.ibm.icu.text.PluralRules.PluralType
-
Packages that use PluralRules.PluralType Package Description com.ibm.icu.text -
-
Uses of PluralRules.PluralType in com.ibm.icu.text
Methods in com.ibm.icu.text that return PluralRules.PluralType Modifier and Type Method Description static PluralRules.PluralTypePluralRules.PluralType. valueOf(String name)Returns the enum constant of this type with the specified name.static PluralRules.PluralType[]PluralRules.PluralType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type PluralRules.PluralType Modifier and Type Method Description abstract PluralRulesPluralRules.Factory. forLocale(ULocale locale, PluralRules.PluralType type)Deprecated.This API is ICU internal only.static PluralRulesPluralRules. forLocale(ULocale locale, PluralRules.PluralType type)Provides access to the predefinedPluralRulesfor a given locale and the plural type.static PluralRulesPluralRules. forLocale(Locale locale, PluralRules.PluralType type)Provides access to the predefinedPluralRulesfor a givenLocaleand the plural type.Constructors in com.ibm.icu.text with parameters of type PluralRules.PluralType Constructor Description PluralFormat(ULocale ulocale, PluralRules.PluralType type)Creates a newPluralFormatfor the plural type.PluralFormat(ULocale ulocale, PluralRules.PluralType type, String pattern)Creates a newPluralFormatfor a plural type, a pattern and a locale.PluralFormat(Locale locale, PluralRules.PluralType type)Creates a newPluralFormatfor the plural type.
-