| Changed Methods |
T extends Object max(T, extends, Object, T, extends, Object, Comparator<T>)
|
Change in return type from T to (T extends Object).
Change in signature from (T, T, Comparator<T>) to (T extends Object, T extends Object, Comparator<T>).
|
Returns the maximum of the two values, according to the given comparator. |
T extends Object min(T, extends, Object, T, extends, Object, Comparator<T>)
|
Change in return type from T to (T extends Object).
Change in signature from (T, T, Comparator<T>) to (T extends Object, T extends Object, Comparator<T>).
|
Returns the minimum of the two values, according to the given comparator. |