Generated by
JDiff

Class com.google.common.collect.ImmutableMultimap

Changed Methods
void clear() Change from non-final to final.
Unsupported operation.
boolean put(K, V) Change from non-final to final.
Unsupported operation.
boolean remove(Object, Object) Change from non-final to final.
Unsupported operation.
boolean putAll(K, Iterable<?, extends, V>) Change from non-final to final.
Unsupported operation.
boolean putAll(Multimap<?, extends, K, ?, extends, V>) Change from non-final to final.
Unsupported operation.