public interface ElComparator<T> extends Comparator<T>
| Modifier and Type | Method and Description |
|---|---|
int |
compare(T o1,
T o2)
Compare given 2 beans.
|
int |
compareValue(Object value,
T o2)
Compare with a fixed value to a given bean.
|
equalsCopyright © 2014. All Rights Reserved.