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, wait
getCount, getElement
public boolean equals(@Nullable java.lang.Object object)
Multiset.Entry.equals(java.lang.Object)
.equals
in interface Multiset.Entry<E>
equals
in class java.lang.Object
public int hashCode()
Multiset.Entry.hashCode()
.hashCode
in interface Multiset.Entry<E>
hashCode
in class java.lang.Object
public java.lang.String toString()
String.valueOf
.toString
in interface Multiset.Entry<E>
toString
in class java.lang.Object