|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Activity | |
|---|---|
| calendar | |
| Uses of Activity in calendar |
|---|
| Methods in calendar that return Activity | |
|---|---|
Activity |
WeekActivities.getActivity(Day day,
Time startTime)
Returns a reference to the Activity that takes place at the specified day and that starts at the specified time. |
| Methods in calendar that return types with arguments of type Activity | |
|---|---|
java.util.Iterator<Activity> |
WeekActivities.dayActivitiesIterator(Day day)
Returns an Activity iterator for the activities in the specified day |
java.util.Map<Day,java.util.Map<Time,Activity>> |
WeekActivities.getDayTimeActivityMap()
This methods returns a map that allow us to tell what activity takes place at a particular day and at a particular start time. |
| Methods in calendar with parameters of type Activity | |
|---|---|
int |
ActivityComparator.compare(Activity a1,
Activity a2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||