| Package | Description |
|---|---|
| org.apache.commons.collections4.bag |
| Modifier and Type | Class and Description |
|---|---|
class |
HashBag<E>
Implements
Bag, using a HashMap to provide the
data storage. |
class |
TreeBag<E>
Implements
SortedBag, using a TreeMap to provide the data storage. |
| Modifier and Type | Field and Description |
|---|---|
private AbstractMapBag<E> |
AbstractMapBag.BagIterator.parent |
| Constructor and Description |
|---|
BagIterator(AbstractMapBag<E> parent)
Constructor.
|