org.apache.commons.collections
Class HashBag
- Bag, Collection
An implementation of
Bag
that is backed by a
HashMap
.
HashBag() - Constructs a new empty
HashBag .
|
HashBag(Collection c) - New
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 a new empty HashBag
.
HashBag
public HashBag(Collection c)
New
Bag
containing all the members of the given
collection.
Copyright © 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}.