org.apache.commons.collections
public class HashBag extends DefaultMapBag implements Bag
Deprecated: Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
A Bag that is backed by a HashMap.Since: Commons Collections 2.0
Version: $Revision: 155406 $ $Date: 2005-02-26 12:55:26 +0000 (Sat, 26 Feb 2005) $
| Constructor Summary | |
|---|---|
| HashBag()
Constructs an empty HashBag. | |
| HashBag(Collection coll)
Constructs a Bag containing all the members of the given
collection.
| |
HashBag.Parameters: coll a collection to copy into this bag