|
||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||
Comparator implementations.
See:
Description
| 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. |
Contains concrete 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.
|
||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||