Class PluralRules.DecimalQuantitySamplesRange

  • Enclosing class:
    PluralRules

    @Deprecated
    public static class PluralRules.DecimalQuantitySamplesRange
    extends java.lang.Object
    Deprecated.
    This API is ICU internal only.
    A range of DecimalQuantity representing PluralRules samples that includes all values with the same visibleFractionDigitCount.
    • Field Detail

      • start

        @Deprecated
        public final DecimalQuantity start
        Deprecated.
        This API is ICU internal only.
      • end

        @Deprecated
        public final DecimalQuantity end
        Deprecated.
        This API is ICU internal only.
    • Constructor Detail

      • DecimalQuantitySamplesRange

        @Deprecated
        public DecimalQuantitySamplesRange​(DecimalQuantity start,
                                           DecimalQuantity end)
        Deprecated.
        This API is ICU internal only.
    • Method Detail

      • toString

        @Deprecated
        public java.lang.String toString()
        Deprecated.
        This API is ICU internal only.
        Overrides:
        toString in class java.lang.Object