Package com.ibm.icu.text
Class PluralRules.RuleList
java.lang.Object
com.ibm.icu.text.PluralRules.RuleList
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PluralRules
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private final List<PluralRules.Rule>
private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRule
(PluralRules.Rule nextRule) boolean
computeLimited
(String keyword, PluralRules.SampleType sampleType) finish()
getDecimalSamples
(String keyword, PluralRules.SampleType sampleType) boolean
isLimited
(String keyword, PluralRules.SampleType sampleType) boolean
select
(PluralRules.IFixedDecimal sample, String keyword) private PluralRules.Rule
toString()
-
Field Details
-
hasExplicitBoundingInfo
private boolean hasExplicitBoundingInfo -
serialVersionUID
private static final long serialVersionUID- See Also:
-
rules
-
-
Constructor Details
-
RuleList
private RuleList()
-
-
Method Details
-
addRule
-
finish
- Throws:
ParseException
-
selectRule
-
select
-
getKeywords
-
isLimited
-
computeLimited
-
toString
-
getRules
-
select
-
getDecimalSamples
public PluralRules.DecimalQuantitySamples getDecimalSamples(String keyword, PluralRules.SampleType sampleType)
-