|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
void addComparator(Comparator<T> ) |
Add a Comparator to the end of the chain. |
void addComparator(Comparator<T>, |
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<?, |
Add a Comparator to the end of the chain using the provided sort order. |
Changed Methods | ||
void setComparator(int, |
Change in signature from (int, Comparator<T> ) to (int, Comparator<? extends T> ). |
Replace the Comparator at the given index. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |