SafeHashSet Class | 
Namespace: Tangosol.Util.Collections
public class SafeHashSet : DictionarySet
The SafeHashSet type exposes the following members.
| Name | Description | |
|---|---|---|
| SafeHashSet | 
            Create a new SafeHashSet.
              | |
| SafeHashSet(ICollection) | 
            Create and populate a new SafeHashSet with the given
            collection of elements.
              | |
| SafeHashSet(IDictionary) | 
            Create a new SafeHashSet that uses the specified IDictionary to
            store its elements.
              | |
| SafeHashSet(Int32) | 
            Create a new SafeHashSet with the specified initial capacity.
              | |
| SafeHashSet(SerializationInfo, StreamingContext) | 
            Initializes a new instance of the SafeHashSet class using the
            specified 
            SerializationInfo 
            and StreamingContext.
              | 
| Name | Description | |
|---|---|---|
| Count | 
            Gets the number of elements in this collection.
              (Inherited from DictionarySet.) | |
| IsSynchronized | 
            Gets a value indicating whether access to this collection is
            thread-safe.
              (Inherited from DictionarySet.) | |
| SyncRoot | 
            Get an object that can be used to synchronize access to this 
            collection.
              (Inherited from DictionarySet.) | 
| Name | Description | |
|---|---|---|
| Add | 
            Adds an element to the set and returns a value to indicate if the 
            element was successfully added.
              (Inherited from DictionarySet.) | |
| Clear | 
            Remove all elements from the set.
              (Inherited from DictionarySet.) | |
| Contains | 
            Determine whether the set contains a specific element.
              (Inherited from DictionarySet.) | |
| CopyTo | 
            Copy elements from this collection into the one-dimensional array.
              (Inherited from DictionarySet.) | |
| Equals(Object) | 
            Determines whether the specified object is equal to this object.
              (Inherited from DictionarySet.) | |
| Equals(DictionarySet) | 
            Compares this set with another set for equality.
              (Inherited from DictionarySet.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetEnumerator | 
            Return an IEnumerator that iterates through this collection.
              (Inherited from DictionarySet.) | |
| GetHashCode | 
            Returns a hash code for this object. 
              (Inherited from DictionarySet.) | |
| GetObjectData | 
            Populates SerializationInfo with the data needed to serialize this 
            object.
              (Inherited from DictionarySet.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| InstantiateDictionary | 
            Factory pattern: Provide an underlying dictionary for this
            thread-safe Set implementation.
              (Overrides DictionarySetInstantiateDictionary.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Remove | 
            Remove the specified element from the set.
              (Inherited from DictionarySet.) | |
| ToString | 
            Returns string representation of this instance.
              (Inherited from DictionarySet.) |