class AbstractMultiset.ElementSet extends Multisets.ElementSet<E>
Constructor and Description |
---|
ElementSet() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<E> |
iterator() |
(package private) Multiset<E> |
multiset() |
clear, contains, containsAll, isEmpty, remove, size
removeAll, retainAll
Multiset<E> multiset()
multiset
in class Multisets.ElementSet<E>