class AbstractMultiset.EntrySet extends Multisets.EntrySet<E>
Constructor and Description |
---|
EntrySet() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Multiset.Entry<E>> |
iterator() |
(package private) Multiset<E> |
multiset() |
int |
size() |
clear, contains, remove
removeAll, retainAll
add, addAll, containsAll, isEmpty, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Multiset<E> multiset()
multiset
in class Multisets.EntrySet<E>
public java.util.Iterator<Multiset.Entry<E>> iterator()
iterator
in interface java.lang.Iterable<Multiset.Entry<E>>
iterator
in interface java.util.Collection<Multiset.Entry<E>>
iterator
in interface java.util.Set<Multiset.Entry<E>>
iterator
in class java.util.AbstractCollection<Multiset.Entry<E>>
public int size()
size
in interface java.util.Collection<Multiset.Entry<E>>
size
in interface java.util.Set<Multiset.Entry<E>>
size
in class java.util.AbstractCollection<Multiset.Entry<E>>