Changed Methods |
boolean equals(Object )
|
Change in signature from Object to java.lang.Object .
|
Compares the specified object to this multimap for equality. |
List<V> get(K extends Object )
|
Change in signature from K to (K extends Object ).
|
{@inheritDoc}
|
List<V> removeAll(Object )
|
Change in signature from Object to java.lang.Object .
|
{@inheritDoc}
|
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}
|