public final class DateComparator extends Object implements Comparator, Serializable
| Constructor and Description |
|---|
DateComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object obj1,
Object obj2)
Compares its two arguments for order.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(Object obj1, Object obj2)
compare in interface Comparatorobj1 - - The first date to compareobj2 - - The second date to compareCopyright © 2014. All Rights Reserved.