Uses of Class
org.apache.commons.collections4.multiset.AbstractMultiSet
-
Packages that use AbstractMultiSet Package Description org.apache.commons.collections4.multimap This package contains implementations of theMultiValuedMapinterfaces.org.apache.commons.collections4.multiset This package contains implementations of theMultiSetinterface. -
-
Uses of AbstractMultiSet in org.apache.commons.collections4.multimap
Subclasses of AbstractMultiSet in org.apache.commons.collections4.multimap Modifier and Type Class Description private classAbstractMultiValuedMap.KeysMultiSetInner class that provides a MultiSetkeys view. -
Uses of AbstractMultiSet in org.apache.commons.collections4.multiset
Subclasses of AbstractMultiSet in org.apache.commons.collections4.multiset Modifier and Type Class Description classAbstractMapMultiSet<E>Abstract 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 AbstractMultiSet Modifier and Type Field Description private AbstractMultiSet<E>AbstractMultiSet.EntrySet. parentprivate AbstractMultiSet<E>AbstractMultiSet.MultiSetIterator. parentprotected AbstractMultiSet<E>AbstractMultiSet.UniqueSet. parentThe parent multisetConstructors in org.apache.commons.collections4.multiset with parameters of type AbstractMultiSet Constructor Description EntrySet(AbstractMultiSet<E> parent)Constructs a new view of the MultiSet.MultiSetIterator(AbstractMultiSet<E> parent)Constructor.UniqueSet(AbstractMultiSet<E> parent)Constructs a new unique element view of the MultiSet.
-