Generated by
JDiff

Class java.util.Calendar

Changed Methods
int get(int) Change from final to non-final.
Gets the value for a given time field.
long getTimeInMillis() Change of visibility from protected to public.
Gets this Calendar's current time as a long.
void setTimeInMillis(long) Change of visibility from protected to public.
Sets this Calendar's current time from the given long value.
Calendar getInstance() Changed from synchronized to non-synchronized. Gets a calendar using the default time zone and locale.
Calendar getInstance(Locale) Changed from synchronized to non-synchronized. Gets a calendar using the default time zone and specified locale.
Calendar getInstance(TimeZone) Changed from synchronized to non-synchronized. Gets a calendar using the specified time zone and default locale.
Calendar getInstance(TimeZone, Locale) Changed from synchronized to non-synchronized. Gets a calendar with the specified time zone and locale.
void set(int, int) Change from final to non-final.
Sets the time field with the given value.