Uses of Class
org.apache.commons.collections4.multiset.AbstractMapMultiSet.MutableInteger
-
Packages that use AbstractMapMultiSet.MutableInteger Package Description org.apache.commons.collections4.multiset Implements theMultiSetinterface. -
-
Uses of AbstractMapMultiSet.MutableInteger in org.apache.commons.collections4.multiset
Fields in org.apache.commons.collections4.multiset with type parameters of type AbstractMapMultiSet.MutableInteger Modifier and Type Field Description protected java.util.Iterator<java.util.Map.Entry<E,AbstractMapMultiSet.MutableInteger>>AbstractMapMultiSet.EntrySetIterator. decoratedThe source Iterator.protected java.util.Map.Entry<E,AbstractMapMultiSet.MutableInteger>AbstractMapMultiSet.MultiSetEntry. parentEntryThe parent entry.Methods in org.apache.commons.collections4.multiset that return types with arguments of type AbstractMapMultiSet.MutableInteger Modifier and Type Method Description protected java.util.Map<E,AbstractMapMultiSet.MutableInteger>AbstractMapMultiSet. getMap()Gets the map that backs this multiset.Method parameters in org.apache.commons.collections4.multiset with type arguments of type AbstractMapMultiSet.MutableInteger Modifier and Type Method Description protected voidAbstractMapMultiSet. setMap(java.util.Map<E,AbstractMapMultiSet.MutableInteger> map)Sets the map being wrapped.Constructor parameters in org.apache.commons.collections4.multiset with type arguments of type AbstractMapMultiSet.MutableInteger Constructor Description AbstractMapMultiSet(java.util.Map<E,AbstractMapMultiSet.MutableInteger> map)Constructor that assigns the specified Map as the backing store.EntrySetIterator(java.util.Iterator<java.util.Map.Entry<E,AbstractMapMultiSet.MutableInteger>> decorated, AbstractMapMultiSet<E> parent)Constructs a new instance.MultiSetEntry(java.util.Map.Entry<E,AbstractMapMultiSet.MutableInteger> parentEntry)Constructs a new instance.
-