public class Schedule extends Object
| Constructor and Description |
|---|
Schedule() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ScheduledCourse> |
getDay(int day)
Helper method for getting the day via Integers.
|
public Map<String,ScheduledCourse> getDay(int day)
day - The day to get (0 = monday, ..., 6 = sunday)Copyright © 2019. All rights reserved.