Uses of Class
ca.cgjennings.i18n.IntegerPluralizer
-
Packages that use IntegerPluralizer Package Description ca.cgjennings.i18n resources -
-
Uses of IntegerPluralizer in ca.cgjennings.i18n
Methods in ca.cgjennings.i18n that return IntegerPluralizer Modifier and Type Method Description static IntegerPluralizer
IntegerPluralizer. create()
Create a pluralizer for the default locale.static IntegerPluralizer
IntegerPluralizer. create(java.util.Locale loc)
Create a pluralizer for the requested locale. -
Uses of IntegerPluralizer in resources
Methods in resources that return IntegerPluralizer Modifier and Type Method Description IntegerPluralizer
Language. getPluralizer()
Returns a pluralizer for strings in the this language.
-