J2ME
Classes that implement the Mobile Internationalization API.
The API provides the locale-specific formatting of dates, times, numbers
(including percentages) and currency amounts. It is also possible to construct
messages that have a variable number of ordered parameters.
Furthermore, the API defines a mechanism to retrieve application-specific and
device-specific resources, and provides services for the locale-specific
collation (sorting) of strings.
@since MI18N1.0
The CommonFormatter interface defines methods for
platform-dependent data formatting that
javax.microedition.global.Formatter realization classes must implement.
DateFormatSymbols is class for encapsulating localizable
date/time formatting data, such as the names of the months, the names of the
days of the week, and the time zone data.
Wrapper around any object to allow store it as resource in ResourceCache.
HashCode of the Resource instance has to be replaced with precalculated
integer value this is key in the cache.