Uses of Class
org.apache.commons.collections.DefaultMapBag

Packages that use DefaultMapBag
org.apache.commons.collections Java Collections Framework extensions. 
 

Uses of DefaultMapBag in org.apache.commons.collections
 

Subclasses of DefaultMapBag in org.apache.commons.collections
 class HashBag
          An implementation of Bag that is backed by a HashMap.
 class TreeBag
          An implementation of Bag that is backed by a TreeMap.
 



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