Uses of Enum
com.ibm.icu.number.NumberRangeFormatter.RangeIdentityResult
Packages that use NumberRangeFormatter.RangeIdentityResult
Package
Description
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
Subclasses with type arguments of type NumberRangeFormatter.RangeIdentityResult in com.ibm.icu.numberModifier and TypeClassDescriptionstatic enumUsed in the result class FormattedNumberRange to indicate to the user whether the numbers formatted in the range were equal or not, and whether or not the identity fallback was applied.Methods in com.ibm.icu.number that return NumberRangeFormatter.RangeIdentityResultModifier and TypeMethodDescriptionFormattedNumberRange.getIdentityResult()Returns whether the pair of numbers was successfully formatted as a range or whether an identity fallback was used.Returns the enum constant of this type with the specified name.NumberRangeFormatter.RangeIdentityResult.values()Returns an array containing the constants of this enum type, in the order they are declared.