|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectmonthlyCalendar.ActivityComparator
public class ActivityComparator
This class allow us to compare activities based on start time. We have implemented this class for you and you should not modify it.
| Constructor Summary | |
|---|---|
ActivityComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(Activity a1,
Activity a2)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public ActivityComparator()
| Method Detail |
|---|
public int compare(Activity a1,
Activity a2)
compare in interface java.util.Comparator<Activity>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||