jdk/src/java.base/share/classes/java/util/GregorianCalendar.java
changeset 32649 2ee9017c7597
parent 25859 3317bb8137f4
child 36736 ca66d3e0dfca
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
  2280     /**
  2280     /**
  2281      * The fixed date corresponding to gdate. If the value is
  2281      * The fixed date corresponding to gdate. If the value is
  2282      * Long.MIN_VALUE, the fixed date value is unknown. Currently,
  2282      * Long.MIN_VALUE, the fixed date value is unknown. Currently,
  2283      * Julian calendar dates are not cached.
  2283      * Julian calendar dates are not cached.
  2284      */
  2284      */
  2285     transient private long cachedFixedDate = Long.MIN_VALUE;
  2285     private transient long cachedFixedDate = Long.MIN_VALUE;
  2286 
  2286 
  2287     /**
  2287     /**
  2288      * Converts the time value (millisecond offset from the <a
  2288      * Converts the time value (millisecond offset from the <a
  2289      * href="Calendar.html#Epoch">Epoch</a>) to calendar field values.
  2289      * href="Calendar.html#Epoch">Epoch</a>) to calendar field values.
  2290      * The time is <em>not</em>
  2290      * The time is <em>not</em>