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 booleanboundedDeprecated.This API is ICU internal only.Set<PluralRules.FixedDecimalRange>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 Set<Double>addSamples(Set<Double> result)Deprecated.This API is ICU internal only.Set<PluralRules.FixedDecimalRange>getSamples()Deprecated.This API is ICU internal only.voidgetStartEndSamples(Set<PluralRules.FixedDecimal> 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.
-
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.Description copied from class:ObjectReturns a string containing a concise, human-readable description of this object. Subclasses are encouraged to override this method and provide an implementation that takes into account the object's type and data. The default implementation is equivalent to the following expression:getClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toStringmethod if you intend implementing your owntoStringmethod.
-
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.
-
-