JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.apache.commons.collections4.bag.AbstractMapBag
Packages that use
AbstractMapBag
Package
Description
org.apache.commons.collections4.bag
Implements the
Bag
and
SortedBag
interfaces.
Uses of
AbstractMapBag
in
org.apache.commons.collections4.bag
Subclasses of
AbstractMapBag
in
org.apache.commons.collections4.bag
Modifier and Type
Class
Description
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.