Uses of Class
org.apache.commons.collections4.bag.SynchronizedBag
Packages that use SynchronizedBag
Package
Description
-
Uses of SynchronizedBag in org.apache.commons.collections4.bag
Subclasses of SynchronizedBag in org.apache.commons.collections4.bagModifier and TypeClassDescriptionclass
Decorates anotherSortedBag
to synchronize its behavior for a multithreaded environment.Methods in org.apache.commons.collections4.bag that return SynchronizedBagModifier and TypeMethodDescriptionstatic <E> SynchronizedBag
<E> SynchronizedBag.synchronizedBag
(Bag<E> bag) Factory method to create a synchronized bag.