sun.text.resources
Class DateFormatZoneData_en
java.lang.Object
java.util.ResourceBundle
sun.text.resources.DateFormatZoneData
sun.text.resources.DateFormatZoneData_en
public final class DateFormatZoneData_en
- extends DateFormatZoneData
Supplement package private date-time formatting zone data for DateFormat.
DateFormatData used in DateFormat will be initialized by loading the data
from LocaleElements and DateFormatZoneData resources. The zone data are
represented with the following form:
{ID, new String[] {ID, long zone string, short zone string, long daylight
string, short daylight string, representative city of zone}}, where ID is
NOT localized, but is used to look up the localized timezone data
internally. Localizers can localize any zone strings except
for the ID of the timezone.
Also, localizer should not touch "localPatternChars" entry.
- See Also:
Format,
DateFormatData,
LocaleElements,
SimpleDateFormat,
TimeZone
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateFormatZoneData_en
public DateFormatZoneData_en()
getContents
public Object[][] getContents()
- Description copied from class:
DateFormatZoneData
- Overrides ListResourceBundle
- Overrides:
getContents in class DateFormatZoneData