public final class

TimeZoneNames_en

extends TimeZoneNamesBundle
java.lang.Object
   ↳ java.util.ResourceBundle
     ↳ sun.util.resources.OpenListResourceBundle
       ↳ sun.util.resources.TimeZoneNamesBundle
         ↳ sun.util.resources.TimeZoneNames_en

Summary

[Expand]
Inherited Fields
From class java.util.ResourceBundle
Public Constructors
TimeZoneNames_en()
Protected Methods
final Object[][] getContents()
Provides key/value mappings for a specific resource bundle.
[Expand]
Inherited Methods
From class sun.util.resources.TimeZoneNamesBundle
From class sun.util.resources.OpenListResourceBundle
From class java.util.ResourceBundle
From class java.lang.Object

Public Constructors

public TimeZoneNames_en ()

Protected Methods

protected final Object[][] getContents ()

Provides key/value mappings for a specific resource bundle. Each entry of the array returned must be an array with two elements:

  • The key, which must be a string.
  • The value, which must be an array of four strings:
    • The long name of the time zone in standard time.
    • The short name of the time zone in standard time.
    • The long name of the time zone in daylight savings time.
    • The short name of the time zone in daylight savings time.