Uses of Class
org.apache.commons.collections4.collection.SynchronizedCollection
Package
Description
Implementations of the
Collection
interface.Implements the
MultiSet
interface.Implements the
Queue
interface.-
Uses of SynchronizedCollection in org.apache.commons.collections4.bag
-
Uses of SynchronizedCollection in org.apache.commons.collections4.collection
Modifier and TypeMethodDescriptionstatic <T> SynchronizedCollection
<T> SynchronizedCollection.synchronizedCollection
(Collection<T> coll) Factory method to create a synchronized collection. -
Uses of SynchronizedCollection in org.apache.commons.collections4.multiset
Modifier and TypeClassDescriptionclass
Decorates anotherMultiSet
to synchronize its behavior for a multithreaded environment. -
Uses of SynchronizedCollection in org.apache.commons.collections4.queue
Modifier and TypeClassDescriptionclass
Decorates anotherQueue
to synchronize its behavior for a multithreaded environment.