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

Uses in package org.apache.commons.collections.set

Classes derived from org.apache.commons.collections.collection.SynchronizedCollection

class
Decorates another Set to synchronize its behaviour for a multi-threaded environment.
class
Decorates another SortedSet to synchronize its behaviour for a multi-threaded environment.

Uses in package org.apache.commons.collections.buffer

Classes derived from org.apache.commons.collections.collection.SynchronizedCollection

class
Decorates another Buffer to make get() and remove() block when the Buffer is empty.
class
Decorates another Buffer to synchronize its behaviour for a multi-threaded environment.

Uses in package org.apache.commons.collections.list

Classes derived from org.apache.commons.collections.collection.SynchronizedCollection

class
Decorates another List to synchronize its behaviour for a multi-threaded environment.

Uses in package org.apache.commons.collections.bag

Classes derived from org.apache.commons.collections.collection.SynchronizedCollection

class
Decorates another Bag to synchronize its behaviour for a multi-threaded environment.
class
Decorates another SortedBag to synchronize its behaviour for a multi-threaded environment.

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.