Package com.ibm.icu.message2
Class PluralSelectorFactory.PluralSelectorImpl
java.lang.Object
com.ibm.icu.message2.PluralSelectorFactory.PluralSelectorImpl
- All Implemented Interfaces:
Selector
- Enclosing class:
PluralSelectorFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePluralSelectorImpl(PluralRules rules, Map<String, Object> fixedOptions) -
Method Summary
-
Field Details
-
rules
-
fixedOptions
-
-
Constructor Details
-
PluralSelectorImpl
-
-
Method Details
-
matches
A method that is invoked for the object to match and each key.For example an English plural
matcheswould returntrueformatches(1, "1"),matches(1, "one"), andmatches(1, "*").
-