org.jboss.remoting.util
Class SynchronizedSet<K>

java.lang.Object
  extended by org.jboss.remoting.util.SynchronizedCollection<K>
      extended by org.jboss.remoting.util.SynchronizedSet<K>
All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>

public class SynchronizedSet<K>
extends SynchronizedCollection<K>
implements Set<K>


Constructor Summary
SynchronizedSet(Set<K> delegate)
           
SynchronizedSet(Set<K> delegate, Object monitor)
           
 
Method Summary
 
Methods inherited from class org.jboss.remoting.util.SynchronizedCollection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

SynchronizedSet

public SynchronizedSet(Set<K> delegate)

SynchronizedSet

public SynchronizedSet(Set<K> delegate,
                       Object monitor)


Copyright © 2008 JBoss, a division of Red Hat, Inc.