@Deprecated public static class PluralRules.FixedDecimalSamples extends Object
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.
|
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.
|
@Deprecated public final PluralRules.SampleType sampleType
@Deprecated public final Set<PluralRules.FixedDecimalRange> samples
@Deprecated public final boolean bounded
@Deprecated public Set<Double> addSamples(Set<Double> result)
@Deprecated public String toString()
@Deprecated public Set<PluralRules.FixedDecimalRange> getSamples()
@Deprecated public void getStartEndSamples(Set<PluralRules.FixedDecimal> target)
Copyright ? 2016 Unicode, Inc. and others.