Home » openjdk-7 » java » util » [javadoc | source]
java.util
static class: Collections.SynchronizedSet [javadoc | source]
java.lang.Object
   java.util.Collections.SynchronizedCollection<E>
      java.util.Collections$SynchronizedSet

All Implemented Interfaces:
    Set, Collection, Serializable

Direct Known Subclasses:
    SynchronizedSortedSet

Fields inherited from java.util.Collections$SynchronizedCollection:
c,  mutex
Constructor:
 SynchronizedSet(Set<E> s) 
 SynchronizedSet(Set<E> s,
    Object mutex) 
Method from java.util.Collections$SynchronizedSet Summary:
equals,   hashCode
Methods from java.util.Collections$SynchronizedCollection:
add,   addAll,   clear,   contains,   containsAll,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.util.Collections$SynchronizedSet Detail:
 public boolean equals(Object o) 
 public int hashCode()