Generated by
JDiff

Class org.springframework.util.comparator.CompoundComparator

Removed Methods
void addComparator(Comparator<T>) Add a Comparator to the end of the chain.
void addComparator(Comparator<T>, boolean) Add a Comparator to the end of the chain using the provided sort order.
 

Added Methods
void addComparator(Comparator<? extends T>) Add a Comparator to the end of the chain.
void addComparator(Comparator<?, extends, T>, boolean) Add a Comparator to the end of the chain using the provided sort order.
 

Changed Methods
void setComparator(int, Comparator<?, extends, T>) Change in signature from (int, Comparator<T>) to (int, Comparator<? extends T>).
Replace the Comparator at the given index.