Interface ElComparator<T>

All Superinterfaces:
Comparator<T>, Serializable
All Known Implementing Classes:
ElComparatorCompound, ElComparatorNoop, ElComparatorProperty

public interface ElComparator<T> extends Comparator<T>, Serializable
Comparator for use with the expression objects.
  • Method Details

    • compare

      int compare(T o1, T o2)
      Compare given 2 beans.
      Specified by:
      compare in interface Comparator<T>
    • compareValue

      int compareValue(Object value, T o2)
      Compare with a fixed value to a given bean.