public class ExpressionListComparator extends Object implements Comparator<Exchange>
Comparator which takes a list of
Expression objects which is evaluated
on each exchange to compare them| Constructor and Description |
|---|
ExpressionListComparator(List<Expression> expressions) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Exchange e1,
Exchange e2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic ExpressionListComparator(List<Expression> expressions)
Apache Camel