Generated by
JDiff

Class com.google.common.collect.ImmutableMap

Added Methods
(ImmutableMap<K, V>of(K, V, K, V, K, V, K, V, K, V, K, V) Returns an immutable map containing the given entries, in order.
(ImmutableMap<K, V>of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) Returns an immutable map containing the given entries, in order.
(ImmutableMap<K, V>of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) Returns an immutable map containing the given entries, in order.
(ImmutableMap<K, V>of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) Returns an immutable map containing the given entries, in order.
(ImmutableMap<K, V>of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) Returns an immutable map containing the given entries, in order.
(ImmutableMap<K, V>ofEntries(Entry[]) Returns an immutable map containing the given entries, in order.
 

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).