Package com.ibm.icu.text
Class PluralRules.DecimalQuantitySamples
- java.lang.Object
-
- com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
- Enclosing class:
- PluralRules
@Deprecated public static class PluralRules.DecimalQuantitySamples extends Object
Deprecated.This API is ICU internal only.A list of DecimalQuantity representing PluralRules that includes all values with the same visibleFractionDigitCount.- Status:
- Internal. This API is ICU internal only.
-
-
Field Summary
Fields Modifier and Type Field Description booleanboundedDeprecated.This API is ICU internal only.Set<PluralRules.DecimalQuantitySamplesRange>samplesDeprecated.This API is ICU internal only.PluralRules.SampleTypesampleTypeDeprecated.This API is ICU internal only.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Collection<com.ibm.icu.impl.number.DecimalQuantity>addDecimalQuantitySamples(Collection<com.ibm.icu.impl.number.DecimalQuantity> result)Deprecated.This API is ICU internal only.Collection<Double>addSamples(Collection<Double> result)Deprecated.This API is ICU internal only.voidaddSamples(Collection<Double> doubleResult, Collection<com.ibm.icu.impl.number.DecimalQuantity> dqResult)Deprecated.This API is ICU internal only.Set<PluralRules.DecimalQuantitySamplesRange>getSamples()Deprecated.This API is ICU internal only.voidgetStartEndSamples(Set<com.ibm.icu.impl.number.DecimalQuantity> target)Deprecated.This API is ICU internal only.StringtoString()Deprecated.This API is ICU internal only.
-
-
-
Field Detail
-
sampleType
@Deprecated public final PluralRules.SampleType sampleType
Deprecated.This API is ICU internal only.- Status:
- Internal. This API is ICU internal only.
-
samples
@Deprecated public final Set<PluralRules.DecimalQuantitySamplesRange> samples
Deprecated.This API is ICU internal only.- Status:
- Internal. This API is ICU internal only.
-
bounded
@Deprecated public final boolean bounded
Deprecated.This API is ICU internal only.- Status:
- Internal. This API is ICU internal only.
-
-
Method Detail
-
addSamples
@Deprecated public Collection<Double> addSamples(Collection<Double> result)
Deprecated.This API is ICU internal only.- Status:
- Internal. This API is ICU internal only.
-
addDecimalQuantitySamples
@Deprecated public Collection<com.ibm.icu.impl.number.DecimalQuantity> addDecimalQuantitySamples(Collection<com.ibm.icu.impl.number.DecimalQuantity> result)
Deprecated.This API is ICU internal only.- Status:
- Internal. This API is ICU internal only.
-
addSamples
@Deprecated public void addSamples(Collection<Double> doubleResult, Collection<com.ibm.icu.impl.number.DecimalQuantity> dqResult)
Deprecated.This API is ICU internal only.- Status:
- Internal. This API is ICU internal only.
-
toString
@Deprecated public String toString()
Deprecated.This API is ICU internal only.
-
getSamples
@Deprecated public Set<PluralRules.DecimalQuantitySamplesRange> getSamples()
Deprecated.This API is ICU internal only.- Status:
- Internal. This API is ICU internal only.
-
getStartEndSamples
@Deprecated public void getStartEndSamples(Set<com.ibm.icu.impl.number.DecimalQuantity> target)
Deprecated.This API is ICU internal only.- Status:
- Internal. This API is ICU internal only.
-
-