| ComparableComparator |
See Commons-Collections for a public version
of this class.
|
| ComparatorFunction |
|
| IsEquivalent |
A BinaryPredicate that tests
true iff the left argument is equal to the
right argument under the specified Comparator.
|
| IsGreaterThan |
A BinaryPredicate that tests
true iff the left argument is greater than the
right argument under the specified Comparator.
|
| IsGreaterThanOrEqual |
A BinaryPredicate that tests
true iff the left argument is greater than or equal
to the right argument under the specified Comparator.
|
| IsLessThan |
A BinaryPredicate that tests
true iff the left argument is greater than the
right argument under the specified Comparator.
|
| IsLessThanOrEqual |
A BinaryPredicate that tests
true iff the left argument is less than or equal to the
right argument under the specified Comparator.
|
| IsNotEquivalent |
A BinaryPredicate that tests
true iff the left argument is not equal to the
right argument under the specified Comparator.
|
| IsWithinRange |
A UnaryPredicate that tests whether a Comparable object is
within a range.
|
| Max |
|
| Min |
|