Package com.ibm.icu.text
Class PluralRules.FixedDecimalSamples
- java.lang.Object
-
- com.ibm.icu.text.PluralRules.FixedDecimalSamples
-
- Enclosing class:
- PluralRules
@Deprecated public static class PluralRules.FixedDecimalSamples extends Object
Deprecated.This API is ICU internal only.A list of NumberInfo that includes all values with the same visibleFractionDigitCount.
-
-
Field Summary
Fields Modifier and Type Field Description boolean
bounded
Deprecated.This API is ICU internal only.Set<PluralRules.FixedDecimalRange>
samples
Deprecated.This API is ICU internal only.PluralRules.SampleType
sampleType
Deprecated.This API is ICU internal only.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<Double>
addSamples(Set<Double> result)
Deprecated.This API is ICU internal only.Set<PluralRules.FixedDecimalRange>
getSamples()
Deprecated.This API is ICU internal only.void
getStartEndSamples(Set<PluralRules.FixedDecimal> target)
Deprecated.This API is ICU internal only.String
toString()
Deprecated.This API is ICU internal only.
-
-
-
Field Detail
-
sampleType
@Deprecated public final PluralRules.SampleType sampleType
Deprecated.This API is ICU internal only.
-
samples
@Deprecated public final Set<PluralRules.FixedDecimalRange> samples
Deprecated.This API is ICU internal only.
-
bounded
@Deprecated public final boolean bounded
Deprecated.This API is ICU internal only.
-
-
Method Detail
-
addSamples
@Deprecated public Set<Double> addSamples(Set<Double> result)
Deprecated.This API is ICU internal only.
-
toString
@Deprecated public String toString()
Deprecated.This API is ICU internal only.
-
getSamples
@Deprecated public Set<PluralRules.FixedDecimalRange> getSamples()
Deprecated.This API is ICU internal only.
-
getStartEndSamples
@Deprecated public void getStartEndSamples(Set<PluralRules.FixedDecimal> target)
Deprecated.This API is ICU internal only.
-
-