Generated by
JDiff

Class com.google.common.collect.ImmutableMultimap

Changed Methods
boolean containsValue(Object) Change from non-final to final.
 
void forEach(BiConsumer<?, super, K, ?, super, V>) Change from non-final to final.
 
ImmutableMultiset<K> keys() Change from non-final to final.
Returns an immutable multiset containing all the keys in this multimap, in the same order and with the same frequencies as they appear in this multimap; to get only a single occurrence of each key, use .keySet().
int size() Change from non-final to final.