| Interface | Description |
|---|---|
| CurrencyData |
Information about a currency.
|
| DateTimeFormatInfo |
Information required for formatting and parsing localized date/time values.
|
| ListPattern | |
| Localizable |
A tag interface that serves as the root of a family of types used in static
internationalization.
|
| LocalizedNames |
Provides an API for obtaining localized names for a locale.
|
| NumberConstants |
NumberConstants class encapsulate a collection of Number formatting
symbols for use with Number format and parse services.
|
| NumberConstantsImpl |
NumberConstantsImpl class encapsulate a collection of Number formatting
symbols for use with Number format and parse services.
|
| Class | Description |
|---|---|
| CurrencyDataImpl |
A POJO for currency data.
|
| CurrencyList |
Generated class containing all the CurrencyImpl instances.
|
| DateTimeFormatInfoImpl |
DateTimeFormatInfo implementation based on
Unicode CLDR data. |
| DefaultCurrencyData |
A default
CurrencyData implementation, so new methods can be added
to the interface without breaking implementors if a reasonable default is
available. |
| DefaultLocalizedNamesBase |
Base class of
DefaultLocalizedNames, used just to isolate all
hand-written code here from all generated code. |
| LocaleInfo |
Provides access to the currently-active locale and the list of available
locales.
|
| LocaleInfoImpl |
Implementation detail of LocaleInfo -- not a public API and subject to
change.
|
| LocalizedNamesImplBase |
A base class for client-side implementations of the
LocalizedNames interface. |
Copyright © 2020. All rights reserved.