SortedMapBaseKey, Value Class |
Namespace: VelocityDb.Collection
[SerializableAttribute] public abstract class SortedMapBase<Key, Value> : SortedSetBase<Key>, IEnumerable<KeyValuePair<Key, Value>>, IEnumerable
The SortedMapBaseKey, Value type exposes the following members.
Name | Description | |
---|---|---|
Item |
Gets or sets the value associated with a key
| |
Values |
The map values as a list
|
Name | Description | |
---|---|---|
Add(KeyValuePairKey, Value) |
Add to a map
| |
Add(Key, Value) |
Add to a map
| |
Clear |
Removes all keys and values from the map, leaving the map empty
(Overrides SortedSetBaseKeyClear.) | |
Contains |
Check if map contains a key value pair
| |
ContainsKey |
Checks if map contains a key
| |
CopyTo |
throw new NotImplementedException();
| |
GetEnumerator | ||
isEmpty |
Check if map is empty
| |
Remove(KeyValuePairKey, Value) |
Removes a key value pair from the map (if found)
| |
Remove(Key) |
Removes a key from the map (if found)
(Overrides SortedSetBaseKeyRemove(Key).) | |
TryGetValue |
Gets the value associated with the specified key.
|
Name | Description | |
---|---|---|
ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |