Uses of Enum
com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
Packages that use NumberRangeFormatter.RangeIdentityFallback
Package
Description
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
Subclasses with type arguments of type NumberRangeFormatter.RangeIdentityFallback in com.ibm.icu.numberModifier and TypeClassDescriptionstatic enumDefines the behavior when the two numbers in the range are identical after rounding.Methods in com.ibm.icu.number that return NumberRangeFormatter.RangeIdentityFallbackModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.RangeIdentityFallbackModifier and TypeMethodDescriptionNumberRangeFormatterSettings.identityFallback(NumberRangeFormatter.RangeIdentityFallback identityFallback) Sets the behavior when the two sides of the range are the same.