Uses of Class
org.apache.commons.collections.bag.AbstractMapBag

Packages that use AbstractMapBag
org.apache.commons.collections.bag This package contains implementations of the Bag and SortedBag interfaces. 
 

Uses of AbstractMapBag in org.apache.commons.collections.bag
 

Subclasses of AbstractMapBag in org.apache.commons.collections.bag
 class HashBag<E>
          Implements Bag, using a HashMap to provide the data storage.
 class TreeBag<E>
          Implements SortedBag, using a TreeMap to provide the data storage.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.