Uses of Class
org.apache.commons.collections4.multiset.AbstractMapMultiSet.MutableInteger
Packages that use AbstractMapMultiSet.MutableInteger
-
Uses of AbstractMapMultiSet.MutableInteger in org.apache.commons.collections4.multiset
Fields in org.apache.commons.collections4.multiset with type parameters of type AbstractMapMultiSet.MutableIntegerModifier and TypeFieldDescriptionprotected final Iterator
<Map.Entry<E, AbstractMapMultiSet.MutableInteger>> AbstractMapMultiSet.EntrySetIterator.decorated
The source Iterator.protected final Map.Entry
<E, AbstractMapMultiSet.MutableInteger> AbstractMapMultiSet.MultiSetEntry.parentEntry
The parent entry.Methods in org.apache.commons.collections4.multiset that return types with arguments of type AbstractMapMultiSet.MutableIntegerModifier and TypeMethodDescriptionprotected Map
<E, AbstractMapMultiSet.MutableInteger> AbstractMapMultiSet.getMap()
Utility method for implementations to access the map that backs this multiset.Method parameters in org.apache.commons.collections4.multiset with type arguments of type AbstractMapMultiSet.MutableIntegerModifier and TypeMethodDescriptionprotected void
AbstractMapMultiSet.setMap
(Map<E, AbstractMapMultiSet.MutableInteger> map) Sets the map being wrapped.Constructor parameters in org.apache.commons.collections4.multiset with type arguments of type AbstractMapMultiSet.MutableIntegerModifierConstructorDescriptionprotected
Constructor that assigns the specified Map as the backing store.protected
EntrySetIterator
(Iterator<Map.Entry<E, AbstractMapMultiSet.MutableInteger>> decorated, AbstractMapMultiSet<E> parent) Constructs a new instance.protected
MultiSetEntry
(Map.Entry<E, AbstractMapMultiSet.MutableInteger> parentEntry) Constructs a new instance.