Changed Methods |
void clear()
|
Change from non-final to final.
|
Unsupported operation. |
boolean containsKey(Object )
|
Change in signature from Object to java.lang.Object .
|
|
boolean containsValue(Object )
|
Change in signature from Object to java.lang.Object .
|
|
boolean put(K, V)
|
Change from non-final to final.
|
Unsupported operation. |
boolean remove(Object, Object)
|
Change from non-final to final.
|
Unsupported operation. |
boolean putAll(K, Iterable<?, extends, V>)
|
Change from non-final to final.
|
Unsupported operation. |
boolean putAll(Multimap<?, extends, K, ?, extends, V>)
|
Change from non-final to final.
|
Unsupported operation. |