Uses of Class
org.apache.commons.collections4.bag.AbstractMapBag.MutableInteger
Packages that use AbstractMapBag.MutableInteger
Package
Description
-
Uses of AbstractMapBag.MutableInteger in org.apache.commons.collections4.bag
Fields in org.apache.commons.collections4.bag with type parameters of type AbstractMapBag.MutableIntegerModifier and TypeFieldDescriptionprivate Map.Entry<E, AbstractMapBag.MutableInteger> AbstractMapBag.BagIterator.currentprivate final Iterator<Map.Entry<E, AbstractMapBag.MutableInteger>> AbstractMapBag.BagIterator.entryIteratorprivate Map<E, AbstractMapBag.MutableInteger> AbstractMapBag.mapThe map to use to store the dataMethods in org.apache.commons.collections4.bag that return types with arguments of type AbstractMapBag.MutableIntegerModifier and TypeMethodDescriptionprotected Map<E, AbstractMapBag.MutableInteger> AbstractMapBag.getMap()Utility method for implementations to access the map that backs this bag.protected SortedMap<E, AbstractMapBag.MutableInteger> TreeBag.getMap()Method parameters in org.apache.commons.collections4.bag with type arguments of type AbstractMapBag.MutableIntegerModifier and TypeMethodDescriptionprotected voidAbstractMapBag.doReadObject(Map<E, AbstractMapBag.MutableInteger> map, ObjectInputStream in) Reads the map in using a custom routine.Constructor parameters in org.apache.commons.collections4.bag with type arguments of type AbstractMapBag.MutableIntegerModifierConstructorDescriptionprotectedConstructor that assigns the specified Map as the backing store.protectedAbstractMapBag(Map<E, AbstractMapBag.MutableInteger> map, Iterable<? extends E> iterable) Constructs a new instance that assigns the specified Map as the backing store.