|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.commons.collections.bag | |
org.apache.commons.collections.bag |
This package contains implementations of the
Bag and
SortedBag interfaces. |
Classes in org.apache.commons.collections.bag used by org.apache.commons.collections.bagAbstractBagDecorator
|
Decorates another Bag to provide additional behaviour.AbstractMapBag
|
Abstract implementation of the Bag interface to simplify the creation
of subclass implementations.AbstractSortedBagDecorator
|
Decorates another SortedBag to provide additional behaviour.PredicatedBag
|
Decorates another Bag to validate that additions
match a specified predicate.SynchronizedBag
|
Decorates another Bag to synchronize its behaviour
for a multi-threaded environment.TransformedBag
|
Decorates another Bag to transform objects that are added. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |