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 {@link Bag} that is backed by a {@link HashMap}.Since: Commons Collections 2.0
Version: $Revision: 1.13 $ $Date: 2004/02/18 01:15:42 $
Constructor Summary | |
---|---|
HashBag()
Constructs an empty HashBag . | |
HashBag(Collection coll)
Constructs a {@link Bag} containing all the members of the given
collection.
|
HashBag
.Parameters: coll a collection to copy into this bag