Uses of Class
com.ibm.icu.number.NumberRangeFormatter.RangeIdentityResult
-
Packages that use NumberRangeFormatter.RangeIdentityResult Package Description com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter. -
-
Uses of NumberRangeFormatter.RangeIdentityResult in com.ibm.icu.number
Methods in com.ibm.icu.number that return NumberRangeFormatter.RangeIdentityResult Modifier and Type Method Description NumberRangeFormatter.RangeIdentityResult
FormattedNumberRange. getIdentityResult()
Returns whether the pair of numbers was successfully formatted as a range or whether an identity fallback was used.static NumberRangeFormatter.RangeIdentityResult
NumberRangeFormatter.RangeIdentityResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NumberRangeFormatter.RangeIdentityResult[]
NumberRangeFormatter.RangeIdentityResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-