Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The SortedDictionary type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an element with the provided key and value to the IDictionary object.
(Overrides SortedList..::..Add(Object, Object).)
Protected methodAssertIsVariableSize
Throw an exception if this dictionary is fixed size.
Protected methodAssertIsWriteable
Throw an exception if this dictionary is read-only.
Public methodClear
Removes all elements from the IDictionary object.
(Overrides SortedList..::..Clear()()()().)
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides SortedList..::..Clone()()()().)
Public methodContains
Determines whether this dictionary contains an entry with the specified key.
(Overrides SortedList..::..Contains(Object).)
Public methodContainsKey
Determines whether the SortedDictionary contains a specific key.
(Overrides SortedList..::..ContainsKey(Object).)
Public methodContainsValue
Determines whether the SortedDictionary contains a specific value.
(Overrides SortedList..::..ContainsValue(Object).)
Public methodCopyTo
Copies the elements of the collection to an array, starting at a particular array index.
(Overrides SortedList..::..CopyTo(Array, Int32).)
Public methodEquals(IDictionary)
Compares this dictionary with another dictionary for equality.
Public methodEquals(Object)
Determines whether the specified object is equal to this object.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetByIndex
Gets the value at the specified index of a SortedList object.
(Inherited from SortedList.)
Public methodGetEnumerator
Returns an IDictionaryEnumerator object for this dictionary.
(Overrides SortedList..::..GetEnumerator()()()().)
Public methodGetHashCode
Returns a hash code for this object.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetKey
Gets the key at the specified index of a SortedList object.
(Inherited from SortedList.)
Public methodGetKeyList
Gets the keys in a SortedList object.
(Inherited from SortedList.)
Public methodGetObjectData
Overrides serialization method to add support for null value serialization.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValueList
Gets the values in a SortedList object.
(Inherited from SortedList.)
Public methodIndexOfKey
Returns the zero-based index of the specified key in a SortedList object.
(Inherited from SortedList.)
Public methodIndexOfValue
Returns the zero-based index of the first occurrence of the specified value in a SortedList object.
(Inherited from SortedList.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the element with the specified key from the IDictionary object.
(Overrides SortedList..::..Remove(Object).)
Public methodRemoveAt
Removes the element at the specified index of a SortedList object.
(Inherited from SortedList.)
Public methodSetByIndex
Replaces the value at a specific index in a SortedList object.
(Inherited from SortedList.)
Public methodToString
Returns string representation of this instance.
(Overrides Object..::..ToString()()()().)
Public methodTrimToSize
Sets the capacity to the actual number of elements in a SortedList object.
(Inherited from SortedList.)

See Also