Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The SortedDictionary type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SortedDictionary | 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 SortedDictionary contains
a specific key.
(Overrides | |
| ContainsValue |
Determines whether the SortedDictionary 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 | ||
Gets the value at the specified index of a (Inherited from | ||
| GetEnumerator |
Returns an (Overrides | |
| GetHashCode |
Returns a hash code for this object.
(Overrides | |
Gets the key at the specified index of a (Inherited from | ||
Gets the keys in a (Inherited from | ||
| GetObjectData |
Overrides serialization method to add support for null value
serialization.
| |
Gets the (Inherited from | ||
Gets the values in a (Inherited from | ||
Returns the zero-based index of the specified key in a (Inherited from | ||
Returns the zero-based index of the first occurrence of the specified value in a (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Remove |
Removes the element with the specified key from the
(Overrides | |
Removes the element at the specified index of a (Inherited from | ||
Replaces the value at a specific index in a (Inherited from | ||
| ToString |
Returns string representation of this instance.
(Overrides | |
Sets the capacity to the actual number of elements in a (Inherited from |
Properties
| Name | Description | |
|---|---|---|
Gets or sets the capacity of a (Inherited from | ||
| Comparer |
Return the | |
| Count |
Gets the number of elements contained in the
(Overrides | |
Gets a value indicating whether a (Inherited from | ||
| IsNullValueSet |
Returns true is the value for the null key is set,
false otherwise.
| |
Gets a value indicating whether a (Inherited from | ||
Gets a value indicating whether access to a (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 a (Inherited from | ||
| Values |
Gets an (Overrides |