Uses of Class
org.apache.commons.collections4.bag.AbstractMapBag.MutableInteger
Package
Description
-
Uses of AbstractMapBag.MutableInteger in org.apache.commons.collections4.bag
Modifier 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()
Modifier and TypeMethodDescriptionprotected void
AbstractMapBag.doReadObject
(Map<E, AbstractMapBag.MutableInteger> map, ObjectInputStream in) Read the map in using a custom routine.ModifierConstructorDescriptionprotected
Constructor that assigns the specified Map as the backing store.protected
AbstractMapBag
(Map<E, AbstractMapBag.MutableInteger> map, Iterable<? extends E> iterable) Constructs a new instance that assigns the specified Map as the backing store.