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