Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The HashDictionary type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an element with the provided key and value to the
(Overrides | |
| AssertIsVariableSize |
Throw an exception if this dictionary is fixed size.
| |
| AssertIsWriteable |
Throw an exception if this dictionary is read-only.
| |
| Clear |
Removes all elements from the
(Overrides | |
| Clone |
Creates a new object that is a copy of the current instance.
(Overrides | |
| Contains |
Determines whether this dictionary contains an entry with the
specified key.
(Overrides | |
| ContainsKey |
Determines whether the HashDictionary contains
a specific key.
(Overrides | |
| ContainsValue |
Determines whether the HashDictionary contains
a specific value.
(Overrides | |
| CopyTo |
Copies the elements of the collection to an array, starting at
a particular array index.
(Overrides | |
| Equals | Overloaded. | |
Allows an (Inherited from | ||
| GetEnumerator |
Returns an (Overrides | |
Returns the hash code for the specified key.
(Inherited from | ||
| GetHashCode |
Returns a hash code for this object.
(Overrides | |
| GetObjectData |
Overrides serialization method to add support for null value
serialization.
(Overrides | |
Gets the (Inherited from | ||
Compares a specific (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Implements the (Inherited from | ||
| Remove |
Removes the element with the specified key from the
(Overrides | |
| ToString |
Returns string representation of this instance.
(Overrides |