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

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

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

Subclasses of AbstractMapBag in org.apache.commons.collections15.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 © 2001-2010 Apache Software Foundation. All Rights Reserved.