java.lang.Object
io.ebeaninternal.server.el.ElComparatorCompound<T>
- All Implemented Interfaces:
ElComparator<T>,Serializable,Comparator<T>
Comparator based on multiple ordered comparators.
eg. "name, orderDate desc, id"
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ElComparatorCompound
-
-
Method Details
-
compare
Description copied from interface:ElComparatorCompare given 2 beans.- Specified by:
comparein interfaceComparator<T>- Specified by:
comparein interfaceElComparator<T>
-
compareValue
Description copied from interface:ElComparatorCompare with a fixed value to a given bean.- Specified by:
compareValuein interfaceElComparator<T>
-