public abstract class BaseDateComparator<T> extends BaseComparator<T>
getTime(Object) method in subclasses.| Constructor and Description |
|---|
BaseDateComparator() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
compare(long aTime,
long bTime) |
int |
compare(T a,
T b) |
protected abstract long |
getTime(T a) |
getEntityCopyright © 2013 randombits.org. All Rights Reserved.