Uses of Enum
com.ibm.icu.number.NumberRangeFormatter.RangeIdentityResult
Packages that use NumberRangeFormatter.RangeIdentityResult
-
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.Fields in com.ibm.icu.number declared as NumberRangeFormatter.RangeIdentityResultModifier and TypeFieldDescription(package private) final NumberRangeFormatter.RangeIdentityResultFormattedNumberRange.identityResultMethods 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.Methods in com.ibm.icu.number with parameters of type NumberRangeFormatter.RangeIdentityResultModifier and TypeMethodDescription(package private) intNumberRangeFormatterImpl.identity2d(NumberRangeFormatter.RangeIdentityFallback a, NumberRangeFormatter.RangeIdentityResult b) /////////////////Constructors in com.ibm.icu.number with parameters of type NumberRangeFormatter.RangeIdentityResultModifierConstructorDescription(package private)FormattedNumberRange(FormattedStringBuilder string, DecimalQuantity quantity1, DecimalQuantity quantity2, NumberRangeFormatter.RangeIdentityResult identityResult)