| Changed Methods |
boolean containsKey(Object)
|
Change in signature from Object to java.lang.Object.
|
|
boolean containsValue(Object)
|
Change in signature from Object to java.lang.Object.
|
|
List<V> get(K extends Object)
|
Change in signature from K to (K extends Object).
|
{@inheritDoc}
|
boolean put(K, extends, Object, V, extends, Object)
|
Change in signature from (K, V) to (K extends Object, V extends Object).
|
Stores a key-value pair in the multimap. |
List<V> replaceValues(K, extends, Object, Iterable<?, extends, V>)
|
Change in signature from (K, Iterable<? extends V>) to (K extends Object, Iterable<? extends V>).
|
{@inheritDoc}
|