Interface PluralRules.IFixedDecimal

  • All Known Implementing Classes:
    PluralRules.FixedDecimal
    Enclosing class:
    PluralRules

    @Deprecated
    public static interface PluralRules.IFixedDecimal
    Deprecated.
    This API is ICU internal only.
    An interface to FixedDecimal, allowing for other implementations.
    • Method Detail

      • getPluralOperand

        @Deprecated
        double getPluralOperand​(PluralRules.Operand operand)
        Deprecated.
        This API is ICU internal only.
        Returns the value corresponding to the specified operand (n, i, f, t, v, or w). If the operand is 'n', returns a double; otherwise, returns an integer.
      • isNaN

        @Deprecated
        boolean isNaN()
        Deprecated.
        This API is ICU internal only.
      • isInfinite

        @Deprecated
        boolean isInfinite()
        Deprecated.
        This API is ICU internal only.