org.apache.commons.collections
Class HashBag
- Bag, Collection
A
Bag
that is backed by a
HashMap
.
Version:
- Chuck Burdick
- Commons Collections 2.0
HashBag() - Constructs an empty
HashBag .
|
HashBag(Collection coll) - Constructs a
Bag containing all the members of the given
collection.
|
add , add , addAll , calcTotalSize , clear , contains , containsAll , containsAll , equals , getCount , getMap , hashCode , isEmpty , iterator , remove , remove , removeAll , retainAll , retainAll , setMap , size , toArray , toArray , toString , uniqueSet |
HashBag
public HashBag()
Constructs an empty HashBag
.
HashBag
public HashBag(Collection coll)
Constructs a
Bag
containing all the members of the given
collection.
coll
- a collection to copy into this bag
Copyright © 2001-2005 Apache Software Foundation. All Rights Reserved.