Uses of Class
org.apache.commons.collections4.multiset.AbstractMultiSet
Packages that use AbstractMultiSet
Package
Description
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces.-
Uses of AbstractMultiSet in org.apache.commons.collections4.multiset
Subclasses of AbstractMultiSet in org.apache.commons.collections4.multisetModifier and TypeClassDescriptionclassAbstract implementation of theMultiSetinterface to simplify the creation of subclass implementations.classHashMultiSet<E>ImplementsMultiSet, using aHashMapto provide the data storage.Fields in org.apache.commons.collections4.multiset declared as AbstractMultiSetModifier and TypeFieldDescriptionprotected final AbstractMultiSet<E>AbstractMultiSet.UniqueSet.parentThe parent multisetConstructors in org.apache.commons.collections4.multiset with parameters of type AbstractMultiSetModifierConstructorDescriptionprotectedEntrySet(AbstractMultiSet<E> parent) Constructs a new view of the MultiSet.protectedUniqueSet(AbstractMultiSet<E> parent) Constructs a new unique element view of the MultiSet.