| Prev Package | Next Package | Frames | No Frames |
Comparator implementations.Class Summary | |
| ComparableComparator | A Comparator that compares Comparable objects. |
| ComparatorChain | A ComparatorChain is a Comparator that wraps one or more Comparators in sequence. |
| NullComparator | A Comparator that will compare nulls to be either lower or higher than other objects. |
| ReverseComparator | Reverses the order of another comparator. |
| TransformingComparator | Decorates another Comparator with transformation behavior. |
Comparator implementations.
You may also consider using
CompatorUtils,
which is a single class that uses static methods to construct instances
of the classes in this package.