Class SynchronizedSortedSet

java.lang.Object
org.apache.commons.collections.collection.SynchronizedCollection
org.apache.commons.collections.set.SynchronizedSortedSet
All Implemented Interfaces:
Serializable, Iterable, Collection, Set, SortedSet

public class SynchronizedSortedSet extends SynchronizedCollection implements SortedSet
Decorates another SortedSet to synchronize its behaviour for a multi-threaded environment.

Methods are synchronized, then forwarded to the decorated set.

This class is Serializable from Commons Collections 3.1.

Since:
Commons Collections 3.0
Version:
$Revision: 646777 $ $Date: 2008-04-10 14:33:15 +0200 (Thu, 10 Apr 2008) $
Author:
Stephen Colebourne
See Also: