public static class PluralRule
extends Object
The interface that plural rules must implement. Implementations of
this interface will be used both at compile time (pluralForms) and
at run time (select), so implementations must be both translatable
and not reference JSNI methods.
- See Also:
- Serialized Form