Uses of Class
org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Packages that use AbstractMapMultiSet Package Description org.apache.commons.collections4.multiset This package contains implementations of theMultiSet
interface. -
-
Uses of AbstractMapMultiSet in org.apache.commons.collections4.multiset
Subclasses of AbstractMapMultiSet in org.apache.commons.collections4.multiset Modifier and Type Class Description class
HashMultiSet<E>
ImplementsMultiSet
, using aHashMap
to provide the data storage.Fields in org.apache.commons.collections4.multiset declared as AbstractMapMultiSet Modifier and Type Field Description protected AbstractMapMultiSet<E>
AbstractMapMultiSet.EntrySetIterator. parent
The parent mapprotected AbstractMapMultiSet<E>
AbstractMapMultiSet.UniqueSetIterator. parent
The parent multisetConstructors in org.apache.commons.collections4.multiset with parameters of type AbstractMapMultiSet Constructor Description EntrySetIterator(Iterator<Map.Entry<E,AbstractMapMultiSet.MutableInteger>> iterator, AbstractMapMultiSet<E> parent)
Constructor.UniqueSetIterator(Iterator<E> iterator, AbstractMapMultiSet<E> parent)
Constructor.
-