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 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 Summary
Fields Modifier and Type Field Description DecimalQuantity
end
Deprecated.This API is ICU internal only.DecimalQuantity
start
Deprecated.This API is ICU internal only.
-
Constructor Summary
Constructors Constructor Description DecimalQuantitySamplesRange(DecimalQuantity start, DecimalQuantity end)
Deprecated.This API is ICU internal only.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
toString()
Deprecated.This API is ICU internal only.
-
-
-
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.
-
-