Class PluralRules.DecimalQuantitySamples
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamples
- Enclosing class:
PluralRules
Deprecated.
This API is ICU internal only.
A list of DecimalQuantity representing PluralRules that includes all
values with the same visibleFractionDigitCount.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanDeprecated.This API is ICU internal only.Deprecated.This API is ICU internal only.final PluralRules.SampleTypeDeprecated.This API is ICU internal only. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This API is ICU internal only.addSamples(Collection<Double> result) Deprecated.This API is ICU internal only.voidaddSamples(Collection<Double> doubleResult, Collection<DecimalQuantity> dqResult) Deprecated.This API is ICU internal only.Deprecated.This API is ICU internal only.voidgetStartEndSamples(Set<DecimalQuantity> target) Deprecated.This API is ICU internal only.toString()Deprecated.This API is ICU internal only.
-
Field Details
-
sampleType
Deprecated.This API is ICU internal only. -
samples
Deprecated.This API is ICU internal only. -
bounded
Deprecated.This API is ICU internal only.
-
-
Method Details
-
addSamples
Deprecated.This API is ICU internal only. -
addDecimalQuantitySamples
@Deprecated public Collection<DecimalQuantity> addDecimalQuantitySamples(Collection<DecimalQuantity> result) Deprecated.This API is ICU internal only. -
addSamples
@Deprecated public void addSamples(Collection<Double> doubleResult, Collection<DecimalQuantity> dqResult) Deprecated.This API is ICU internal only. -
toString
Deprecated.This API is ICU internal only. -
getSamples
Deprecated.This API is ICU internal only. -
getStartEndSamples
Deprecated.This API is ICU internal only.
-