Uses of Interface
com.ibm.icu.text.FormattedValue
-
Packages that use FormattedValue Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification.com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of FormattedValue in com.ibm.icu.message2
Classes in com.ibm.icu.message2 that implement FormattedValue Modifier and Type Class Description class
FormattedMessage
Deprecated.This API is for ICU internal use only.class
PlainStringFormattedValue
Deprecated.This API is for unit testing only.Methods in com.ibm.icu.message2 that return FormattedValue Modifier and Type Method Description FormattedValue
FormattedPlaceholder. getFormattedValue()
Deprecated.This API is for ICU internal use only.Constructors in com.ibm.icu.message2 with parameters of type FormattedValue Constructor Description FormattedPlaceholder(java.lang.Object inputValue, FormattedValue formattedValue)
Deprecated.This API is for ICU internal use only. -
Uses of FormattedValue in com.ibm.icu.number
Classes in com.ibm.icu.number that implement FormattedValue Modifier and Type Class Description class
FormattedNumber
The result of a number formatting operation.class
FormattedNumberRange
The result of a number range formatting operation. -
Uses of FormattedValue in com.ibm.icu.text
Classes in com.ibm.icu.text that implement FormattedValue Modifier and Type Class Description static class
DateIntervalFormat.FormattedDateInterval
An immutable class containing the result of a date interval formatting operation.static class
ListFormatter.FormattedList
An immutable class containing the result of a list formatting operation.static class
RelativeDateTimeFormatter.FormattedRelativeDateTime
Represents the result of a formatting operation of a relative datetime.
-