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 This package contains implementations of theCollectioninterface.org.apache.commons.collections4.multiset This package contains implementations of theMultiSetinterface.org.apache.commons.collections4.queue This package contains implementations for 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 behaviour for a multi-threaded environment.classSynchronizedSortedBag<E>Decorates anotherSortedBagto synchronize its behaviour for a multi-threaded 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 behaviour for a multi-threaded 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 behaviour for a multi-threaded environment.
-