Overview
Package
Class
Use
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Class org.apache.commons.collections.bag.AbstractMapBag
Uses in package org.apache.commons.collections.bag
Classes derived from org.apache.commons.collections.bag.AbstractMapBag
class
HashBag
Implements
Bag
, using a
HashMap
to provide the data storage.
class
TreeBag
Implements
SortedBag
, using a
TreeMap
to provide the data storage.
Overview
Package
Class
Use
Tree
Index
Deprecated
About
Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.