Uses of Interface
com.ibm.icu.text.FormattedValue
-
Packages that use FormattedValue Package Description com.ibm.icu.message2 com.ibm.icu.number com.ibm.icu.text -
-
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.Fields in com.ibm.icu.message2 declared as FormattedValue Modifier and Type Field Description private FormattedValue
FormattedPlaceholder. formattedValue
Deprecated.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.
-