Generated by
JDiff

Class com.google.common.collect.ImmutableMultiset

Removed Methods
ImmutableMultiset<E> of(E[]) Returns an immutable multiset containing the given elements.
 

Changed Methods
ImmutableSet<Entry<E>> entrySet() Change in return type from Set<Entry<E>> to ImmutableSet<Entry<E>>.
Change from non-final to final.