Searched defs:fastTime (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DDate.java136 private transient long fastTime; field in class:Date
139 * If cdate is null, then fastTime indicates the time in millis.
140 * If cdate.isNormalized() is true, then fastTime and cdate are in
141 * synch. Otherwise, fastTime is ignored, and cdate indicates the
176 fastTime = date;
331 // Use a Date instance to perform normalization. Its fastTime
335 return d.fastTime;
890 return fastTime;
900 fastTime = time;
957 return date.fastTime;
[all...]

Completed in 32 milliseconds