Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class java.util.TimeZoneData

java.lang.Object
  |
  +--java.util.TimeZoneData

class TimeZoneData
extends java.lang.Object
Encapsulates data for international timezones. This package-private class is for internal use only by TimeZone. It encapsulates the list of recognized international timezones. By implementing this as a separate class, the loading and initialization cost for this array is delayed until a TimeZone object is actually created from its ID. This class contains only static variables and static methods; it cannot be instantiated.


Field Summary
static int MAXIMUM_ZONES_PER_OFFSET
           
static SimpleTimeZone[] zones
           
 
Method Summary
static void ()
           
static TimeZone get(java.lang.String ID)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Field Detail

MAXIMUM_ZONES_PER_OFFSET

static final int MAXIMUM_ZONES_PER_OFFSET

zones

static SimpleTimeZone[] zones
Method Detail

get

static final TimeZone get(java.lang.String ID)

static void ()

Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD