public class SortStatusEntries
extends java.lang.Object
implements java.util.Comparator
StatusEntry
elements in reverse order of their "dateChanged" property. | Constructor and Description |
|---|
SortStatusEntries() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Provide comparison for sorting Sugest a URL Records by "lastModified" property
|