Interface PluralRules.IFixedDecimal
-
- All Known Implementing Classes:
PluralRules.FixedDecimal
- Enclosing class:
- PluralRules
public static interface PluralRules.IFixedDecimal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetPluralOperand(PluralRules.Operand operand)booleanisInfinite()booleanisNaN()
-
-
-
Method Detail
-
getPluralOperand
double getPluralOperand(PluralRules.Operand operand)
-
isNaN
boolean isNaN()
-
isInfinite
boolean isInfinite()
-
-