|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCalendarComparator
public final class CalendarComparator
Class implementing a comparator for Gregorian Calendar objects
Constructor Summary | |
---|---|
CalendarComparator()
|
Method Summary | |
---|---|
int |
compare(Calendar calendar1,
Calendar calendar2)
Method required to implement Comparator. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Comparator |
---|
equals |
Constructor Detail |
---|
public CalendarComparator()
Method Detail |
---|
public int compare(Calendar calendar1, Calendar calendar2)
compare
in interface Comparator<Calendar>
obj1
- First object.obj2
- Second object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |