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.bagSubclasses of SynchronizedCollection in org.apache.commons.collections4.bag
- 
Uses of SynchronizedCollection in org.apache.commons.collections4.collectionMethods 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.multisetSubclasses of SynchronizedCollection in org.apache.commons.collections4.multisetModifier and TypeClassDescriptionclassDecorates anotherMultiSetto synchronize its behavior for a multithreaded environment.
- 
Uses of SynchronizedCollection in org.apache.commons.collections4.queueSubclasses of SynchronizedCollection in org.apache.commons.collections4.queueModifier and TypeClassDescriptionclassDecorates anotherQueueto synchronize its behavior for a multithreaded environment.