Generated by
JDiff

Class com.google.common.collect.LinkedListMultimap

Change from final to non-final.

Changed Methods
List<Entry<K, V>> entries() Change in return type from (Collection<Entry<K, V>>) to (List<Entry<K, V>>).
{@inheritDoc}
List<V> values() Change in return type from Collection<V> to List<V>.
{@inheritDoc}