Generated by
JDiff

Class java.util.Calendar

Documentation changed from old to new.

Changed Methods
int get(int) Documentation changed from old to new.
Change from final to non-final.
Gets the value for a given time field.
Date getTime() Documentation changed from old to new.
Gets this Calendar's current time.
long getTimeInMillis() Documentation changed from old to new.
Change of visibility from protected to public.
Gets this Calendar's current time as a long.
void setTime(Date) Documentation changed from old to new.
Sets this Calendar's current time with the given Date.
void setTimeInMillis(long) Documentation changed from old to new.
Change of visibility from protected to public.
Sets this Calendar's current time from the given long value.
Calendar getInstance() Documentation changed from old to new.
Changed from synchronized to non-synchronized.
Gets a calendar using the default time zone and locale.
Calendar getInstance(Locale) Documentation changed from old to new.
Changed from synchronized to non-synchronized.
Gets a calendar using the default time zone and specified locale.
Calendar getInstance(TimeZone) Documentation changed from old to new.
Changed from synchronized to non-synchronized.
Gets a calendar using the specified time zone and default locale.
Calendar getInstance(TimeZone, Locale) Documentation changed from old to new.
Changed from synchronized to non-synchronized.
Gets a calendar with the specified time zone and locale.
void roll(int, boolean) Documentation changed from old to new.
Time Field Rolling function.
void roll(int, int) Documentation changed from old to new.
Time Field Rolling function.
void set(int, int) Documentation changed from old to new.
Change from final to non-final.
Sets the time field with the given value.
 

Changed Fields
int DAY_OF_WEEK_IN_MONTH Documentation changed from old to new.
Field number for get and set indicating the ordinal number of the day of the week within the current month.
int DST_OFFSET Documentation changed from old to new.
Field number for get and set indicating the daylight savings offset in milliseconds.
int FIELD_COUNT Documentation changed from old to new.
The number of distinct fields recognized by get and set.
int MONTH Documentation changed from old to new.
Field number for get and set indicating the month.
int ZONE_OFFSET Documentation changed from old to new.
Field number for get and set indicating the raw offset from GMT in milliseconds.