Comparator implementations.See: Description
| Class | Description |
|---|---|
| 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.Copyright © 2001-2004 Apache Software Foundation. Documenation generated April 29 2013.