Constants
 ConstantDescription
 formatter Converts a Bag to a custom string representation.
Classes
 ClassDescription
 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.