java.lang.Object
io.ebeaninternal.server.el.ElComparatorProperty<T>
- All Implemented Interfaces:
ElComparator<T>,Serializable,Comparator<T>
Comparator based on a ElGetValue.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionElComparatorProperty(ElPropertyValue elGetValue, boolean ascending, boolean nullsHigh) -
Method Summary
Modifier and TypeMethodDescriptionintCompare given 2 beans.intcompareValue(Object value, T o2) Compare with a fixed value to a given bean.intcompareValues(Object val1, Object val2) 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
-
ElComparatorProperty
-
-
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>
-
compareValues
-