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
          Implements Bag, using a HashMap to provide the data storage.
 class TreeBag
          Implements SortedBag, using a TreeMap to provide the data storage.
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.