Package com.ibm.icu.text
Class PluralRules.FixedDecimalRange
- java.lang.Object
-
- com.ibm.icu.text.PluralRules.FixedDecimalRange
-
- Enclosing class:
- PluralRules
@Deprecated public static class PluralRules.FixedDecimalRange extends Object
Deprecated.This API is ICU internal only.A range of NumberInfo that includes all values with the same visibleFractionDigitCount.
-
-
Field Summary
Fields Modifier and Type Field Description PluralRules.FixedDecimal
end
Deprecated.This API is ICU internal only.PluralRules.FixedDecimal
start
Deprecated.This API is ICU internal only.
-
Constructor Summary
Constructors Constructor Description FixedDecimalRange(PluralRules.FixedDecimal start, PluralRules.FixedDecimal end)
Deprecated.This API is ICU internal only.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
toString()
Deprecated.This API is ICU internal only.
-
-
-
Field Detail
-
start
@Deprecated public final PluralRules.FixedDecimal start
Deprecated.This API is ICU internal only.
-
end
@Deprecated public final PluralRules.FixedDecimal end
Deprecated.This API is ICU internal only.
-
-
Constructor Detail
-
FixedDecimalRange
@Deprecated public FixedDecimalRange(PluralRules.FixedDecimal start, PluralRules.FixedDecimal end)
Deprecated.This API is ICU internal only.
-
-
Method Detail
-
toString
@Deprecated public String toString()
Deprecated.This API is ICU internal only.
-
-