Package | Description |
---|---|
com.ibm.icu.number |
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
|
Modifier and Type | Method and Description |
---|---|
FormattedNumberRange |
LocalizedNumberRangeFormatter.formatRange(double first,
double second)
Format the given doubles to a string using the settings specified in the NumberRangeFormatter fluent setting
chain.
|
FormattedNumberRange |
LocalizedNumberRangeFormatter.formatRange(int first,
int second)
Format the given integers to a string using the settings specified in the NumberRangeFormatter fluent setting
chain.
|
FormattedNumberRange |
LocalizedNumberRangeFormatter.formatRange(java.lang.Number first,
java.lang.Number second)
Format the given Numbers to a string using the settings specified in the NumberRangeFormatter fluent setting
chain.
|
Copyright ? 2016 Unicode, Inc. and others.