Generated by
JDiff

Class java.util.Calendar

Documentation changed from old to new.

Changed Methods
int getActualMaximum(int) Documentation changed from old to new.
Return the maximum value that this field could have given the current date.
int getActualMinimum(int) Documentation changed from old to new.
Return the minimum value that this field could have given the current date.
int hashCode() Documentation changed from old to new.
Returns a hash code for this calendar.
void roll(int, int) Documentation changed from old to new.
Time Field Rolling function.
 

Changed Fields
int DATE Documentation changed from old to new.
Field number for get and set indicating the day of the month.
int DAY_OF_MONTH Documentation changed from old to new.
Field number for get and set indicating the day of the month.
int DAY_OF_WEEK Documentation changed from old to new.
Field number for get and set indicating the day of the week.
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 DAY_OF_YEAR Documentation changed from old to new.
Field number for get and set indicating the day number within the current year.
int ERA Documentation changed from old to new.
Field number for get and set indicating the era e.g.
int MONTH Documentation changed from old to new.
Field number for get and set indicating the month.
int WEEK_OF_MONTH Documentation changed from old to new.
Field number for get and set indicating the week number within the current month.
int WEEK_OF_YEAR Documentation changed from old to new.
Field number for get and set indicating the week number within the current year.
int YEAR Documentation changed from old to new.
Field number for get and set indicating the year.