All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.text.resources.DateFormatZoneData_sk

java.lang.Object
   |
   +----java.util.ResourceBundle
           |
           +----java.util.ListResourceBundle
                   |
                   +----java.text.resources.DateFormatZoneData_sk

public final class DateFormatZoneData_sk
extends ListResourceBundle
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, 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.

See Also:
ListResourceBundle, Format, DateFormatData, LocaleElements, SimpleDateFormat, TimeZone

Constructor Index

 o DateFormatZoneData_sk()

Method Index

 o getContents()
Overrides ListResourceBundle

Constructors

 o DateFormatZoneData_sk
 public DateFormatZoneData_sk()

Methods

 o getContents
 public Object[][] getContents()
Overrides ListResourceBundle

Overrides:
getContents in class ListResourceBundle

All Packages  Class Hierarchy  This Package  Previous  Next  Index