Package com.ibm.icu.text
Class PluralRules.DecimalQuantitySamples
java.lang.Object
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 boolean
Deprecated.This API is ICU internal only.Deprecated.This API is ICU internal only.final PluralRules.SampleType
Deprecated.This API is ICU internal only. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
DecimalQuantitySamples
(PluralRules.SampleType sampleType, Set<PluralRules.DecimalQuantitySamplesRange> samples, boolean bounded) Deprecated.The samples must be immutable. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This API is ICU internal only.addSamples
(Collection<Double> result) Deprecated.This API is ICU internal only.void
addSamples
(Collection<Double> doubleResult, Collection<DecimalQuantity> dqResult) Deprecated.This API is ICU internal only.private static void
checkDecimal
(PluralRules.SampleType sampleType2, DecimalQuantity sample) Deprecated.Deprecated.This API is ICU internal only.void
getStartEndSamples
(Set<DecimalQuantity> target) Deprecated.This API is ICU internal only.(package private) static PluralRules.DecimalQuantitySamples
Deprecated.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.
-
-
Constructor Details
-
DecimalQuantitySamples
private DecimalQuantitySamples(PluralRules.SampleType sampleType, Set<PluralRules.DecimalQuantitySamplesRange> samples, boolean bounded) Deprecated.The samples must be immutable.- Parameters:
sampleType
-samples
-
-
-
Method Details
-
parse
Deprecated. -
checkDecimal
Deprecated. -
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.
-