Generated by
JDiff

Class com.google.common.collect.ImmutableMap

Removed Methods
V remove(Object) Guaranteed to throw an exception and leave the map unmodified.
boolean remove(Object, Object) Guaranteed to throw an exception and leave the map unmodified.
 

Added Methods
V remove(Object) Guaranteed to throw an exception and leave the map unmodified.
boolean remove(Object, Object) Guaranteed to throw an exception and leave the map unmodified.
 

Changed Methods
boolean containsKey(Object) Change in signature from java.lang.Object to Object.
 
boolean containsValue(Object) Change in signature from java.lang.Object to Object.
 
boolean equals(Object) Change in signature from java.lang.Object to Object.
 
V get(Object) Change in signature from java.lang.Object to Object.
 
V getOrDefault(Object, V) Change in signature from (java.lang.Object, V) to (Object, V).
@since 21.0 (but only since 23.5 in the Android flavor).