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

Packages that use SynchronizedCollection
org.apache.commons.collections.bag This package contains implementations of the Bag and SortedBag interfaces. 
org.apache.commons.collections.buffer This package contains implementations of the Buffer interface. 
org.apache.commons.collections.list This package contains implementations of the List interface. 
org.apache.commons.collections.set This package contains implementations of the Set and SortedSet interfaces. 
 

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

Subclasses of SynchronizedCollection in org.apache.commons.collections.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.collections.buffer
 

Subclasses of SynchronizedCollection in org.apache.commons.collections.buffer
 class BlockingBuffer<E>
          Decorates another Buffer to make BlockingBuffer.get() and BlockingBuffer.remove() block when the Buffer is empty.
 class SynchronizedBuffer<E>
          Decorates another Buffer to synchronize its behaviour for a multi-threaded environment.
 

Uses of SynchronizedCollection in org.apache.commons.collections.list
 

Subclasses of SynchronizedCollection in org.apache.commons.collections.list
 class SynchronizedList<E>
          Decorates another List to synchronize its behaviour for a multi-threaded environment.
 

Uses of SynchronizedCollection in org.apache.commons.collections.set
 

Subclasses of SynchronizedCollection in org.apache.commons.collections.set
 class SynchronizedSet<E>
          Decorates another Set to synchronize its behaviour for a multi-threaded environment.
 class SynchronizedSortedSet<E>
          Decorates another SortedSet to synchronize its behaviour for a multi-threaded environment.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.