Package | Description |
---|---|
jenes.tutorials.problem13 |
Modifier and Type | Method and Description |
---|---|
Day |
Week.getDay(int index) |
Day[] |
Week.getDays() |
static Day |
Day.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Day[] |
Day.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Student.isBusy(Day day,
int hour)
This method maps the student's agenda, it tells us if the student is busy
or not
|
boolean |
Student.Nobody.isBusy(Day day,
int hour) |