public interface EngineComparatorExtension<A> extends Comparator<A>
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCompare(Object lhs,
Object rhs) |
int |
compare(A lhs,
A rhs) |
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongint compare(A lhs, A rhs)
compare in interface Comparator<A>lhs - rhs - boolean canCompare(Object lhs, Object rhs)
lhs - rhs - Copyright © 2005–2016 The Kuali Foundation. All rights reserved.