abstract static class Multisets.EntrySet<E> extends Sets.ImprovedAbstractSet<Multiset.Entry<E>>
Constructor and Description |
---|
EntrySet() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(java.lang.Object o) |
(package private) abstract Multiset<E> |
multiset() |
boolean |
remove(java.lang.Object object) |
removeAll, retainAll
add, addAll, containsAll, isEmpty, iterator, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public boolean contains(@CheckForNull java.lang.Object o)
contains
in interface java.util.Collection<Multiset.Entry<E>>
contains
in interface java.util.Set<Multiset.Entry<E>>
contains
in class java.util.AbstractCollection<Multiset.Entry<E>>
public boolean remove(@CheckForNull java.lang.Object object)
remove
in interface java.util.Collection<Multiset.Entry<E>>
remove
in interface java.util.Set<Multiset.Entry<E>>
remove
in class java.util.AbstractCollection<Multiset.Entry<E>>
public void clear()
clear
in interface java.util.Collection<Multiset.Entry<E>>
clear
in interface java.util.Set<Multiset.Entry<E>>
clear
in class java.util.AbstractCollection<Multiset.Entry<E>>