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.
|
Modifier and Type | Class and Description |
---|---|
class |
FormattedMessage
Deprecated.
This API is for ICU internal use only.
|
class |
PlainStringFormattedValue
Deprecated.
This API is for unit testing only.
|
Modifier and Type | Method and Description |
---|---|
FormattedValue |
FormattedPlaceholder.getFormattedValue()
Deprecated.
This API is for ICU internal use only.
|
Constructor and Description |
---|
FormattedPlaceholder(Object inputValue,
FormattedValue formattedValue)
Deprecated.
This API is for ICU internal use only.
|
Modifier and Type | Class and Description |
---|---|
class |
FormattedNumber
The result of a number formatting operation.
|
class |
FormattedNumberRange
The result of a number range formatting operation.
|
Modifier and Type | Class and 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.
|
Copyright © 2016 Unicode, Inc. and others.