Class FormattedNumberRange

java.lang.Object
com.ibm.icu.number.FormattedNumberRange
All Implemented Interfaces:
FormattedValue, CharSequence

public class FormattedNumberRange extends Object implements FormattedValue
The result of a number range formatting operation. This class allows the result to be exported in several data types, including a String, an AttributedCharacterIterator, and a BigDecimal. Instances of this class are immutable and thread-safe.
See Also: