Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The SafeHashSet type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SafeHashSet | Overloaded. |
Methods
| 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 | Overloaded. | |
Allows an (Inherited from | ||
| 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.) | |
Gets the (Inherited from | ||
| InstantiateDictionary |
Factory pattern: Provide an underlying dictionary for this
thread-safe Set implementation.
(Overrides DictionarySet..::.InstantiateDictionary()()().) | |
Creates a shallow copy of the current (Inherited from | ||
| Remove |
Remove the specified element from the set.
(Inherited from DictionarySet.) | |
| ToString |
Returns string representation of this instance.
(Inherited from DictionarySet.) |
Properties
| 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.) |