Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The HashDictionary type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HashDictionary | Overloaded. |
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 |
Properties
| Name | Description | |
|---|---|---|
| Obsolete.
Gets or sets the (Inherited from | ||
| Count |
Gets the number of elements contained in the
(Overrides | |
Gets the (Inherited from | ||
| Obsolete.
Gets or sets the object that can dispense hash codes.
(Inherited from | ||
Gets a value indicating whether the (Inherited from | ||
| IsNullValueSet |
Returns true is the value for the null key is set,
false otherwise.
| |
Gets a value indicating whether the (Inherited from | ||
Gets a value indicating whether access to the (Inherited from | ||
| Item |
Gets or sets the element with the specified key.
(Overrides | |
| Keys |
Gets an (Overrides | |
Gets an object that can be used to synchronize access to the (Inherited from | ||
| Values |
Gets an (Overrides |