Class HashBag

java.lang.Object
org.apache.commons.collections.DefaultMapBag
org.apache.commons.collections.HashBag
All Implemented Interfaces:
Iterable, Collection, Bag

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: 646777 $ $Date: 2008-04-10 14:33:15 +0200 (Thu, 10 Apr 2008) $
Author:
Chuck Burdick
  • Constructor Details

    • HashBag

      public HashBag()
      Deprecated.
      Constructs an empty HashBag.
    • HashBag

      public HashBag(Collection coll)
      Deprecated.
      Constructs a Bag containing all the members of the given collection.
      Parameters:
      coll - a collection to copy into this bag