Uses of Class
org.apache.commons.collections4.multiset.AbstractMultiSet
-
Uses of AbstractMultiSet in org.apache.commons.collections4.multiset
Modifier and TypeClassDescriptionclass
Abstract implementation of theMultiSet
interface to simplify the creation of subclass implementations.class
HashMultiSet<E>
ImplementsMultiSet
, using aHashMap
to provide the data storage.Modifier and TypeFieldDescriptionprotected final AbstractMultiSet<E>
AbstractMultiSet.UniqueSet.parent
The parent multisetModifierConstructorDescriptionprotected
EntrySet
(AbstractMultiSet<E> parent) Constructs a new view of the MultiSet.protected
UniqueSet
(AbstractMultiSet<E> parent) Constructs a new unique element view of the MultiSet.