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) | 
equalsint compare(A lhs, A rhs)
compare in interface Comparator<A>lhs - rhs - boolean canCompare(Object lhs, Object rhs)
lhs - rhs - Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.