public class EmailActivityComparator
extends java.lang.Object
implements java.util.Comparator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compare the locale specific sorting order of the e-mail activity list parameters
|
public static final java.lang.String COPYRIGHT
public int compare(java.lang.Object o1,
java.lang.Object o2)
compare in interface java.util.Comparatoro1 - an e-mail activity (as an Object) for the left side of the compare.o2 - an e-mail activity (as an Object) for the right side of the compare.