org.apache.commons.collections
Class HashBag

java.lang.Object
  |
  +--org.apache.commons.collections.DefaultMapBag
        |
        +--org.apache.commons.collections.HashBag

public class HashBag
extends DefaultMapBag
implements Bag

An implementation of Bag that is backed by a HashMap.

Since:
2.0
Author:
Chuck Burdick

Constructor Summary
HashBag()
          Constructs a new empty HashBag.
HashBag(Collection c)
          New Bag containing all the members of the given collection.
 
Methods inherited from class org.apache.commons.collections.DefaultMapBag
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashBag

public HashBag()
Constructs a new empty HashBag.

HashBag

public HashBag(Collection c)
New Bag containing all the members of the given collection.
See Also:
DefaultMapBag.addAll(java.util.Collection)


Copyright © 2001-2002 Apache Software Foundation. Documenation generated October 21 2002.