Generated by
JDiff

Class com.google.common.collect.ImmutableMap

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.
 
boolean equals(Object) Change in signature from Object to java.lang.Object.
 
V get(Object) Change in signature from Object to java.lang.Object.
 
V getOrDefault(Object, V) Change in signature from (Object, V) to (java.lang.Object, V).
@since 21.0 (but only since 23.5 in the Android flavor).