Uses of Class
org.apache.commons.collections4.bag.AbstractMapBag.MutableInteger
-
Packages that use AbstractMapBag.MutableInteger Package Description org.apache.commons.collections4.bag -
-
Uses of AbstractMapBag.MutableInteger in org.apache.commons.collections4.bag
Fields in org.apache.commons.collections4.bag with type parameters of type AbstractMapBag.MutableInteger Modifier and Type Field Description private java.util.Map.Entry<E,AbstractMapBag.MutableInteger>AbstractMapBag.BagIterator. currentprivate java.util.Iterator<java.util.Map.Entry<E,AbstractMapBag.MutableInteger>>AbstractMapBag.BagIterator. entryIteratorprivate java.util.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.MutableInteger Modifier and Type Method Description protected java.util.Map<E,AbstractMapBag.MutableInteger>AbstractMapBag. getMap()Utility method for implementations to access the map that backs this bag.protected java.util.SortedMap<E,AbstractMapBag.MutableInteger>TreeBag. getMap()Method parameters in org.apache.commons.collections4.bag with type arguments of type AbstractMapBag.MutableInteger Modifier and Type Method Description protected voidAbstractMapBag. doReadObject(java.util.Map<E,AbstractMapBag.MutableInteger> map, java.io.ObjectInputStream in)Read the map in using a custom routine.Constructor parameters in org.apache.commons.collections4.bag with type arguments of type AbstractMapBag.MutableInteger Constructor Description AbstractMapBag(java.util.Map<E,AbstractMapBag.MutableInteger> map)Constructor that assigns the specified Map as the backing store.
-