java.lang.Object | +--org.apache.commons.collections.DefaultMapBag | +--org.apache.commons.collections.HashBagAll Implemented Interfaces:
HashBag() Constructs an empty HashBag. |
HashBag(Collection coll) Constructs a Bag containing all the members of the given collection. |
public HashBag()
HashBag
.
public HashBag(Collection coll)