Generated by
JDiff

Class com.google.common.collect.ImmutableSetMultimap

Changed Methods
ImmutableSet<Entry<K, V>> entries() Change from non-final to final.
Returns an immutable collection of all key-value pairs in the multimap.
ImmutableSet<V> get(K) Change from non-final to final.
Returns an immutable set of the values for the given key.
ImmutableSetMultimap<V, K> inverse() Change from non-final to final.
{@inheritDoc}