Summary: Ctors | Inherited Methods
public
abstract
class
UFormat
extends Format
Known direct subclasses
| DateFormat |
[icu enhancement] ICU's replacement for DateFormat. Methods, fields, and other functionality specific to ICU are labeled '[icu]'.
|
| DateIntervalFormat | DateIntervalFormat is a class for formatting and parsing date intervals in a language-independent manner. |
| MeasureFormat | A formatter for Measure objects. |
| MessageFormat |
[icu enhancement] ICU's replacement for MessageFormat. Methods, fields, and other functionality specific to ICU are labeled '[icu]'.
|
| NumberFormat |
[icu enhancement] ICU's replacement for NumberFormat. Methods, fields, and other functionality specific to ICU are labeled '[icu]'.
|
| PluralFormat |
PluralFormat supports the creation of internationalized
messages with plural inflection.
|
| TimeZoneFormat |
TimeZoneFormat supports time zone display name formatting and parsing.
|
An abstract class that extends Format to provide
additional ICU protocol, specifically, the getLocale()
API. All ICU format classes are subclasses of this class.
Summary
Public constructors | |
|---|---|
UFormat()
Default constructor. |
|
Inherited methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
From class
| |||||||||||||||||||||||
|
From class
| |||||||||||||||||||||||
Public constructors
UFormat
public UFormat ()
Default constructor.