class DateComparator extends Object implements Comparator, Serializable
Constructor and Description |
---|
DateComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Object objectA,
Object objectB)
Used to sort Date values, both objects are assumed to be assignable
to java.util.Date
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
DateComparator()
public int compare(Object objectA, Object objectB)
compare
in interface Comparator
objectA
- objectB
- Copyright © 2003–2014 AndroMDA.org. All rights reserved.