public final class StatusComparator extends Object implements Comparator<Resume>
Ordered by fields: status (most relevante first), status counter (countdown), assertion count(countdown), time(countdown), index.
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Resume o1,
Resume o2) |
static StatusComparator |
get()
The instance access method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic static StatusComparator get()
public int compare(Resume o1, Resume o2)
compare in interface Comparator<Resume>Copyright © 2016. All rights reserved.