Uses of Class
com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
-
Packages that use NumberRangeFormatter.RangeIdentityFallback 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.RangeIdentityFallback in com.ibm.icu.number
Methods in com.ibm.icu.number that return NumberRangeFormatter.RangeIdentityFallback Modifier and Type Method Description static NumberRangeFormatter.RangeIdentityFallback
NumberRangeFormatter.RangeIdentityFallback. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NumberRangeFormatter.RangeIdentityFallback[]
NumberRangeFormatter.RangeIdentityFallback. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.number with parameters of type NumberRangeFormatter.RangeIdentityFallback Modifier and Type Method Description T
NumberRangeFormatterSettings. identityFallback(NumberRangeFormatter.RangeIdentityFallback identityFallback)
Sets the behavior when the two sides of the range are the same.
-