| Package | Description |
|---|---|
| org.apache.commons.collections4.bag |
| Modifier and Type | Method and Description |
|---|---|
protected Map |
AbstractMapBag.getMap()
Utility method for implementations to access the map that backs this bag.
|
protected SortedMap |
TreeBag.getMap()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMapBag.doReadObject(Map
Read the map in using a custom routine.
|
| Constructor and Description | |
|---|---|
AbstractMapBag(Map
Constructor that assigns the specified Map as the backing store.
|