| Class | Description |
|---|---|
| CaseInsensitiveComparator | |
| ComparableComparator<T extends Comparable<T>> | |
| ComparatorBuilder<T> |
A
ComparatorBuilder allows the creation of a comparator for a given java bean type based on the values of the properties within the bean. |
| CompositeComparator<T> | |
| ConstantComparator<T> | |
| DelegateComparator<T> | |
| NoopComparator<T> |
The
NoopComparator always returns 0. |
| NullsafeComparator<T> |
A comparator which allows one or both arguments to be null.
|
Copyright © 2013 Atomic Leopard. All Rights Reserved.