Class HashBag

  • All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag

    @Deprecated(since="2021-04-30")
    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
    • Constructor Detail

      • HashBag

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

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