Uses of Class
org.apache.commons.collections4.multiset.AbstractMultiSet
Packages that use AbstractMultiSet
Package
Description
This package contains implementations of the
MultiValuedMap
interfaces.This package contains implementations of the
MultiSet
interface.-
Uses of AbstractMultiSet in org.apache.commons.collections4.multimap
Subclasses of AbstractMultiSet in org.apache.commons.collections4.multimapModifier and TypeClassDescriptionprivate class
Inner class that provides a MultiSetkeys view. -
Uses of AbstractMultiSet in org.apache.commons.collections4.multiset
Subclasses of AbstractMultiSet in org.apache.commons.collections4.multisetModifier 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.Fields in org.apache.commons.collections4.multiset declared as AbstractMultiSetModifier and TypeFieldDescriptionprivate final AbstractMultiSet
<E> AbstractMultiSet.EntrySet.parent
private final AbstractMultiSet
<E> AbstractMultiSet.MultiSetIterator.parent
protected final AbstractMultiSet
<E> AbstractMultiSet.UniqueSet.parent
The parent multisetConstructors in org.apache.commons.collections4.multiset with parameters of type AbstractMultiSetModifierConstructorDescriptionprotected
EntrySet
(AbstractMultiSet<E> parent) Constructs a new view of the MultiSet.MultiSetIterator
(AbstractMultiSet<E> parent) Constructor.protected
UniqueSet
(AbstractMultiSet<E> parent) Constructs a new unique element view of the MultiSet.