Generated by
JDiff

Package org.springframework.util.comparator

Added Classes
InstanceComparator Compares objects based on an arbitrary class order.
 

Changed Classes
ComparableComparator Comparator that adapts Comparables to the Comparator interface.
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.