Generated by
JDiff

Class com.google.common.collect.ImmutableMultiset

Removed Methods
(Collector<E, ?, ImmutableMultiset<E>>toImmutableMultiset() Returns a {@code Collector} that accumulates the input elements into a new {@code ImmutableMultiset}.
(Collector<T, ?, ImmutableMultiset<E>>toImmutableMultiset(Function<?, super, T, ?, extends, E>, ToIntFunction<?, super, T>) Returns a {@code Collector} that accumulates elements into an {@code ImmutableMultiset} whose elements are the result of applying {@code elementFunction} to the inputs, with counts equal to the result of applying {@code countFunction} to the inputs.
 

Changed Methods
boolean contains(Object) Change in signature from Object to java.lang.Object.
 
boolean equals(Object) Change in signature from Object to java.lang.Object.