Uses of Package
org.apache.commons.collections.bag
Packages that use org.apache.commons.collections.bag
Package
Description
-
Classes in org.apache.commons.collections.bag used by org.apache.commons.collections.bagClassDescriptionDecorates another
Bag
to provide additional behaviour.Abstract implementation of theBag
interface to simplify the creation of subclass implementations.Decorates anotherSortedBag
to provide additional behaviour.Decorates anotherBag
to validate that additions match a specified predicate.Decorates anotherBag
to synchronize its behaviour for a multi-threaded environment.Decorates anotherBag
to transform objects that are added.