| Package | Description |
|---|---|
| org.apache.commons.collections4.bag |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map.Entry<E,AbstractMapBag.MutableInteger> |
AbstractMapBag.BagIterator.current |
private java.util.Iterator<java.util.Map.Entry<E,AbstractMapBag.MutableInteger>> |
AbstractMapBag.BagIterator.entryIterator |
private java.util.Map<E,AbstractMapBag.MutableInteger> |
AbstractMapBag.map
The map to use to store the data
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.SortedMap<E,AbstractMapBag.MutableInteger> |
TreeBag.getMap() |
protected java.util.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(java.util.Map<E,AbstractMapBag.MutableInteger> map,
java.io.ObjectInputStream in)
Read the map in using a custom routine.
|
| Constructor and Description |
|---|
AbstractMapBag(java.util.Map<E,AbstractMapBag.MutableInteger> map)
Constructor that assigns the specified Map as the backing store.
|