| Constant | Description | |
|---|---|---|
| formatter | Converts a Bag to a custom string representation. |
| Class | Description | |
|---|---|---|
| ArrayBag | Implements Bag, using a ArrayMap to provide the data storage. | |
| BagFormatter | Converts a Bag to a custom string representation. | |
| CoreMapBag |
This class provides a skeletal implementation of the Bag interface, to minimize the effort required to implement this interface. |
|
| HashBag | Implements Bag, using a HashMap to provide the data storage. |