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