Uses of Enum
com.ibm.icu.text.PluralRules.PluralType
Packages that use PluralRules.PluralType
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 PluralRules.PluralType in com.ibm.icu.text
Subclasses with type arguments of type PluralRules.PluralType in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumType of plurals and PluralRules.Methods in com.ibm.icu.text that return PluralRules.PluralTypeModifier and TypeMethodDescriptionstatic PluralRules.PluralTypeReturns 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.PluralTypeModifier and TypeMethodDescriptionabstract 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.PluralTypeModifierConstructorDescriptionPluralFormat(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.