abstract static class Multisets.AbstractEntry<E> extends java.lang.Object implements Multiset.Entry<E>
| Constructor and Description |
|---|
AbstractEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Indicates whether an object equals this entry, following the behavior specified in
Multiset.Entry.equals(java.lang.Object). |
int |
hashCode()
Return this entry's hash code, following the behavior specified in
Multiset.Entry.hashCode(). |
java.lang.String |
toString()
Returns a string representation of this multiset entry.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCount, getElementpublic boolean equals(@CheckForNull
java.lang.Object object)
Multiset.Entry.equals(java.lang.Object).equals in interface Multiset.Entry<E>equals in class java.lang.Objectpublic int hashCode()
Multiset.Entry.hashCode().hashCode in interface Multiset.Entry<E>hashCode in class java.lang.Objectpublic java.lang.String toString()
String.valueOf.toString in interface Multiset.Entry<E>toString in class java.lang.Object