Uses of Class
org.apache.commons.collections4.collection.SynchronizedCollection

Packages that use SynchronizedCollection
org.apache.commons.collections4.bag This package contains implementations of the Bag and SortedBag interfaces. 
org.apache.commons.collections4.collection This package contains implementations of the Collection interface. 
 

Uses of SynchronizedCollection in org.apache.commons.collections4.bag
 

Subclasses of SynchronizedCollection in org.apache.commons.collections4.bag
 class SynchronizedBag<E>
          Decorates another Bag to synchronize its behaviour for a multi-threaded environment.
 class SynchronizedSortedBag<E>
          Decorates another SortedBag to 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
static
<T> SynchronizedCollection<T>
SynchronizedCollection.synchronizedCollection(Collection<T> coll)
          Factory method to create a synchronized collection.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.