Uses of Class
org.apache.commons.collections4.collection.SynchronizedCollection
-
Packages that use SynchronizedCollection Package Description org.apache.commons.collections4.bag org.apache.commons.collections4.collection Implementations of theCollectioninterface.org.apache.commons.collections4.multiset Implements theMultiSetinterface.org.apache.commons.collections4.queue Implements theQueueinterface. -
-
Uses of SynchronizedCollection in org.apache.commons.collections4.bag
Subclasses of SynchronizedCollection in org.apache.commons.collections4.bag Modifier and Type Class Description classSynchronizedBag<E>Decorates anotherBagto synchronize its behavior for a multithreaded environment.classSynchronizedSortedBag<E>Decorates anotherSortedBagto synchronize its behavior for a multithreaded environment. -
Uses of SynchronizedCollection in org.apache.commons.collections4.collection
Methods in org.apache.commons.collections4.collection that return SynchronizedCollection Modifier and Type Method Description static <T> SynchronizedCollection<T>SynchronizedCollection. synchronizedCollection(java.util.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.multiset Modifier and Type Class Description classSynchronizedMultiSet<E>Decorates anotherMultiSetto synchronize its behavior for a multithreaded environment. -
Uses of SynchronizedCollection in org.apache.commons.collections4.queue
Subclasses of SynchronizedCollection in org.apache.commons.collections4.queue Modifier and Type Class Description classSynchronizedQueue<E>Decorates anotherQueueto synchronize its behavior for a multithreaded environment.
-