Class HashBag

    • Constructor Detail

      • 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