public static class PluralRules.FixedDecimalSamples extends Object
Modifier and Type | Field and 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 and 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.
|
public final PluralRules.SampleType sampleType
public final Set<PluralRules.FixedDecimalRange> samples
public final boolean bounded
public Set<Double> addSamples(Set<Double> result)
public String toString()
public Set<PluralRules.FixedDecimalRange> getSamples()
public void getStartEndSamples(Set<PluralRules.FixedDecimal> target)
Copyright (c) 2013 IBM Corporation and others.