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