Package | Description |
---|---|
org.apache.commons.collections4.bag |
Modifier and Type | Method and Description |
---|---|
protected SortedMap<E,AbstractMapBag.MutableInteger> |
TreeBag.getMap() |
protected Map<E,AbstractMapBag.MutableInteger> |
AbstractMapBag.getMap()
Utility method for implementations to access the map that backs this bag.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMapBag.doReadObject(Map<E,AbstractMapBag.MutableInteger> map,
ObjectInputStream in)
Read the map in using a custom routine.
|
Constructor and Description |
---|
AbstractMapBag(Map<E,AbstractMapBag.MutableInteger> map)
Constructor that assigns the specified Map as the backing store.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.