public interface PluralRule
zero
, one
, two
,
few
or many
mentioned in
the plural rule specification of the Unicode Consortium.Modifier and Type | Method and Description |
---|---|
String |
mapCardinalToPluralTag(double n) |
String |
toJavaScript() |
String mapCardinalToPluralTag(double n)
n
- The cardinal to map to a plural formzero
, one
, two
,
few
or many
. If null
is
returned, the implicit other
case is assumed,
meaning a general plural form as in most languages.String toJavaScript()
Copyright © 2016 Clazzes.org. All rights reserved.