|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
Entry<K, V> immutableEntry(K, |
Change in signature from (K, V ) to (K extends Object, V extends Object ). |
Returns an immutable map entry with the specified key and value. |
TreeMap<K, V> newTreeMap(Comparator<C> ) |
Change in signature from Comparator to Comparator<C> . |
Creates a mutable, empty {@code TreeMap} instance using the given comparator. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |