|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
java.util.Comparator
implementations,
such as an invertible comparator and a compound comparator.
See:
Description
Class Summary | |
---|---|
BooleanComparator | A Comparator for Boolean objects that can sort either true or false first. |
ComparableComparator | Comparator that adapts Comparables to the Comparator interface. |
CompoundComparator | A comparator that chains a sequence of one or more more Comparators. |
InvertibleComparator | A decorator for a comparator, with an "ascending" flag denoting whether comparison results should be treated in forward (standard ascending) order or flipped for reverse (descending) order. |
NullSafeComparator | A Comparator that will safely compare nulls to be lower or higher than other objects. |
Useful generic java.util.Comparator
implementations,
such as an invertible comparator and a compound comparator.
|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |