Top Constructors Methods
sun.util.resources.cldr.ext

public Class TimeZoneNames_nl

extends TimeZoneNamesBundle
Class Inheritance
Imports
sun.util.resources.TimeZoneNamesBundle

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
protected final Object[][]
getContents()

Implements abstract sun.util.resources.TimeZoneNamesBundle.getContents.

Provides key/value mappings for a specific resource bundle.

Inherited from sun.util.resources.TimeZoneNamesBundle:
createMapcreateSethandleGetObject

Constructor Detail

TimeZoneNames_nlback to summary
public TimeZoneNames_nl()

Method Detail

getContentsback to summary
protected final Object[][] getContents()

Implements abstract sun.util.resources.TimeZoneNamesBundle.getContents.

Doc from sun.util.resources.TimeZoneNamesBundle.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.
Annotations
@Override