|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMapBag.MutableInteger | |
---|---|
org.apache.commons.collections.bag |
This package contains implementations of the
Bag and
SortedBag interfaces. |
Uses of AbstractMapBag.MutableInteger in org.apache.commons.collections.bag |
---|
Methods in org.apache.commons.collections.bag that return types with arguments of type AbstractMapBag.MutableInteger | |
---|---|
protected Map<E,AbstractMapBag.MutableInteger> |
AbstractMapBag.getMap()
Utility method for implementations to access the map that backs this bag. |
Method parameters in org.apache.commons.collections.bag with type arguments of type AbstractMapBag.MutableInteger | |
---|---|
protected void |
AbstractMapBag.doReadObject(Map<E,AbstractMapBag.MutableInteger> map,
ObjectInputStream in)
Read the map in using a custom routine. |
Constructor parameters in org.apache.commons.collections.bag with type arguments of type AbstractMapBag.MutableInteger | |
---|---|
AbstractMapBag(Map<E,AbstractMapBag.MutableInteger> map)
Constructor that assigns the specified Map as the backing store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |