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 IntegerPluralizerIntegerPluralizer. create()Create a pluralizer for the default locale.static IntegerPluralizerIntegerPluralizer. 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 IntegerPluralizerLanguage. getPluralizer()Returns a pluralizer for strings in the this language.
-