Package com.google.common.collect
Class AbstractMultiset.ElementSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
com.google.common.collect.Sets.ImprovedAbstractSet<E>
com.google.common.collect.Multisets.ElementSet<E>
com.google.common.collect.AbstractMultiset.ElementSet
- All Implemented Interfaces:
Iterable<E>,Collection<E>,Set<E>
- Enclosing class:
- AbstractMultiset<E>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Multisets.ElementSet
clear, contains, containsAll, isEmpty, remove, sizeMethods inherited from class com.google.common.collect.Sets.ImprovedAbstractSet
removeAll, retainAllMethods inherited from class java.util.AbstractSet
equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ElementSet
ElementSet()
-
-
Method Details
-
multiset
- Specified by:
multisetin classMultisets.ElementSet<E>
-
iterator
-