RedBlackTreeDictionaryTKey, TValue Methods |
The RedBlackTreeDictionaryTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
Add(KeyValuePairTKey, TValue) |
Adds an element with the provided key and value to the dictionary.
| |
Add(TKey, TValue) |
Adds an element with the provided key and value to the IDictionaryTKey, TValue.
| |
Clear |
Removes all elements from the dictionary.
| |
Contains |
Determines whether the dictionary contains a specific value.
| |
ContainsKey |
Determines whether the dictionary contains an element with the specified key.
| |
CopyTo |
Copies the elements of this dictionary to an array, starting at a particular array index.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the dictionary.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetNext |
Gets the next key-value pair in the dictionary whose key is
the immediate successor to the given key.
| |
GetPrevious |
Gets the next key-value pair in the dictionary whose key is
the immediate ancestor of the given key.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Max |
Gets the pair with the maximum key stored in the dictionary.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Min |
Gets the pair with the minimum key stored in the dictionary.
| |
Remove(KeyValuePairTKey, TValue) |
Removes the first occurrence of a specific object from the dictionary.
| |
Remove(TKey) |
Removes the element with the specified key from the dictionary.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetNext |
Gets the next key-value pair in the dictionary whose key is
the immediate successor to the given key.
| |
TryGetPrevious |
Gets the next key-value pair in the dictionary whose key is
the immediate ancestor of the given key.
| |
TryGetValue |
Gets the value associated with the specified key.
|
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
SetEqualsKeyValuePairTKey, TValue |
Compares two enumerables for set equality. Two
enumerables are set equal if they contain the
same elements, but not necessarily in the same
order.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |