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