MonthSetpublic class MonthSet extends Object
Fields Summary |
---|
static Month[] | months |
Methods Summary |
---|
public Month | getMonth(int index)
return months[index];
| public Month[] | getMonths()
return months;
| public void | setMonth(int index, Month month)
months[index] = month;
|
|