Class MessageFormat.PluralSelectorProvider

java.lang.Object
com.ibm.icu.text.MessageFormat.PluralSelectorProvider
All Implemented Interfaces:
PluralFormat.PluralSelector
Enclosing class:
MessageFormat

private static final class MessageFormat.PluralSelectorProvider extends Object implements PluralFormat.PluralSelector
This provider helps defer instantiation of a PluralRules object until we actually need to select a keyword. For example, if the number matches an explicit-value selector like "=1" we do not need any PluralRules.