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, removeremoveAll, retainAlladd, addAll, containsAll, isEmpty, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitMultiset<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>>