Class TimeZone.JavaZeroTimeZone

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    TimeZone

    private static class TimeZone.JavaZeroTimeZone
    extends java.util.SimpleTimeZone
    implements java.io.Serializable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      • Fields inherited from class java.util.SimpleTimeZone

        STANDARD_TIME, UTC_TIME, WALL_TIME
      • Fields inherited from class java.util.TimeZone

        LONG, SHORT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object readResolve()  
      • Methods inherited from class java.util.SimpleTimeZone

        clone, equals, getDSTSavings, getOffset, getOffset, getRawOffset, hashCode, hasSameRules, inDaylightTime, observesDaylightTime, setDSTSavings, setEndRule, setEndRule, setEndRule, setRawOffset, setStartRule, setStartRule, setStartRule, setStartYear, toString, useDaylightTime
      • Methods inherited from class java.util.TimeZone

        getAvailableIDs, getAvailableIDs, getDefault, getDisplayName, getDisplayName, getDisplayName, getDisplayName, getID, getTimeZone, getTimeZone, setDefault, setID, toZoneId
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JavaZeroTimeZone

        JavaZeroTimeZone()
    • Method Detail

      • readResolve

        protected java.lang.Object readResolve()