Generated by
JDiff

Class com.google.common.collect.ForwardingMultiset

Changed Methods
boolean equals(Object) Change in signature from Object to java.lang.Object.
 
boolean standardContains(Object) Change in signature from Object to java.lang.Object.
A sensible definition of .contains in terms of .count.
int standardCount(Object) Change in signature from Object to java.lang.Object.
A sensible, albeit inefficient, definition of .count in terms of .entrySet.
boolean standardEquals(Object) Change in signature from Object to java.lang.Object.
A sensible, albeit inefficient, definition of .equals in terms of {@code entrySet().size()} and .count.