Uses of Enum
com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
Packages that use NumberRangeFormatter.RangeIdentityFallback
-
Uses of NumberRangeFormatter.RangeIdentityFallback in com.ibm.icu.impl.number.range
Fields in com.ibm.icu.impl.number.range declared as NumberRangeFormatter.RangeIdentityFallback -
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.Fields in com.ibm.icu.number declared as NumberRangeFormatter.RangeIdentityFallbackModifier and TypeFieldDescription(package private) final NumberRangeFormatter.RangeIdentityFallbackNumberRangeFormatterImpl.fIdentityFallbackMethods 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 TypeMethodDescription(package private) intNumberRangeFormatterImpl.identity2d(NumberRangeFormatter.RangeIdentityFallback a, NumberRangeFormatter.RangeIdentityResult b) /////////////////NumberRangeFormatterSettings.identityFallback(NumberRangeFormatter.RangeIdentityFallback identityFallback) Sets the behavior when the two sides of the range are the same.