Uses of Class
org.apache.commons.collections4.collection.SynchronizedCollection
Packages that use 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
Subclasses of SynchronizedCollection in org.apache.commons.collections4.bag -
Uses of SynchronizedCollection in org.apache.commons.collections4.collection
Methods in org.apache.commons.collections4.collection that return SynchronizedCollectionModifier 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
Subclasses of SynchronizedCollection in org.apache.commons.collections4.multisetModifier and TypeClassDescriptionclass
Decorates anotherMultiSet
to synchronize its behavior for a multithreaded environment. -
Uses of SynchronizedCollection in org.apache.commons.collections4.queue
Subclasses of SynchronizedCollection in org.apache.commons.collections4.queueModifier and TypeClassDescriptionclass
Decorates anotherQueue
to synchronize its behavior for a multithreaded environment.