See: Description
| Class | Description |
|---|---|
| AlphanumComparator |
This is an updated version from the same named class from http://www.davekoelle.com/alphanum.html.
|
| AlphanumFileComparator |
A File comparator to compare the file name based on alphanum value.
|
| BooleanComparator |
Comparator for boolean type.
|
| CalendarComparator |
Comparator for Calendar type.
|
| CharSequenceComparator |
A Comparator that compares CharSequence objects (including String and StringBuffer as both extend CharSequence.
|
| ComparableComparator |
A Comparator that compares Comparable objects.
|
| ComparatorContext |
The context object used by
ObjectComparatorManager. |
| DateComparator |
Comparator for Date type.
|
| DefaultComparator |
Badly named, this class compares objects by first converting them to Strings using the
toString method.
|
| FastComparableComparator |
A Comparator that compares Comparable objects.
|
| NumberComparator |
Comparator for Number type.
|
| ObjectComparatorManager |
A global object that can register comparator with a type and a ComparatorContext.
|
| PrioritizedObjectComparator |
Comparator for objects that implements Prioritized
interface. |