Package com.ibm.icu.text
Class PluralRules.DecimalQuantitySamplesRange
- java.lang.Object
-
- com.ibm.icu.text.PluralRules.DecimalQuantitySamplesRange
-
- Enclosing class:
- PluralRules
@Deprecated public static class PluralRules.DecimalQuantitySamplesRange extends Object
Deprecated.This API is ICU internal only.A range of DecimalQuantity representing PluralRules samples that includes all values with the same visibleFractionDigitCount.- Status:
- Internal. This API is ICU internal only.
-
-
Constructor Summary
Constructors Constructor Description DecimalQuantitySamplesRange(com.ibm.icu.impl.number.DecimalQuantity start, com.ibm.icu.impl.number.DecimalQuantity end)
Deprecated.This API is ICU internal only.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
toString()
Deprecated.This API is ICU internal only.
-
-
-
Field Detail
-
start
@Deprecated public final com.ibm.icu.impl.number.DecimalQuantity start
Deprecated.This API is ICU internal only.- Status:
- Internal. This API is ICU internal only.
-
end
@Deprecated public final com.ibm.icu.impl.number.DecimalQuantity end
Deprecated.This API is ICU internal only.- Status:
- Internal. This API is ICU internal only.
-
-
Constructor Detail
-
DecimalQuantitySamplesRange
@Deprecated public DecimalQuantitySamplesRange(com.ibm.icu.impl.number.DecimalQuantity start, com.ibm.icu.impl.number.DecimalQuantity end)
Deprecated.This API is ICU internal only.- Status:
- Internal. This API is ICU internal only.
-
-
Method Detail
-
toString
@Deprecated public String toString()
Deprecated.This API is ICU internal only.
-
-