Uses of Class
org.apache.commons.collections.DefaultMapBag
-
Packages that use DefaultMapBag Package Description org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component. -
-
Uses of DefaultMapBag in org.apache.commons.collections
Subclasses of DefaultMapBag in org.apache.commons.collections Modifier and Type Class Description class
HashBag
Deprecated.Moved to bag subpackage and rewritten internally.class
TreeBag
Deprecated.Moved to bag subpackage and rewritten internally.Fields in org.apache.commons.collections declared as DefaultMapBag Modifier and Type Field Description private DefaultMapBag
DefaultMapBag.BagIterator. _parent
Constructors in org.apache.commons.collections with parameters of type DefaultMapBag Constructor Description BagIterator(DefaultMapBag parent, java.util.Iterator support)
-