|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMapBag | |
---|---|
org.apache.commons.collections.bag |
This package contains implementations of the
Bag and
SortedBag interfaces. |
Uses of AbstractMapBag in org.apache.commons.collections.bag |
---|
Subclasses of AbstractMapBag in org.apache.commons.collections.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |