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.FixedDecimalendDeprecated.This API is ICU internal only.PluralRules.FixedDecimalstartDeprecated.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 StringtoString()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.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.
-
-