Generated by
JDiff

Interface com.google.common.collect.Multiset.Entry

Changed Methods
boolean equals(Object) Changed from non-abstract to abstract. {@inheritDoc}
int getCount() Changed from non-abstract to abstract. Returns the count of the associated element in the underlying multiset.
E getElement() Changed from non-abstract to abstract. Returns the multiset element corresponding to this entry.
int hashCode() Changed from non-abstract to abstract. {@inheritDoc}
String toString() Changed from non-abstract to abstract. Returns the canonical string representation of this entry, defined as follows.