|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bigzip.plugin.support.table.DateSorter
Constructor Summary | |
DateSorter()
|
Method Summary | |
int |
compare(java.lang.Object a,
java.lang.Object b)
Sorts two dates in temporal order. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DateSorter()
Method Detail |
public int compare(java.lang.Object a, java.lang.Object b) throws java.lang.IllegalArgumentException
compare
in interface DataSorter
a
- The first date object.b
- The second date object.java.lang.IllegalArgumentException
- one or both parameters are not Date
objects.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |