|
|
MultiMapK, V Class |
Namespace: Karamba.Utilities
The MultiMapK, V type exposes the following members.
| Name | Description | |
|---|---|---|
| MultiMapK, V |
Initializes a new instance of the MultiMapK, V class.
the constructor.
| |
| MultiMapK, V(MultiMapK, V) |
Initializes a new instance of the MultiMapK, V class.
Copy constructor for mult-imaps.
| |
| MultiMapK, V(SerializationInfo, StreamingContext) |
Initializes a new instance of the MultiMapK, V class.
Deserialize BuilderElementStraightLine.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of keys in the MultiMap.
| |
| dictionary |
Gets the equivalent IReadOnlyDictionary.
| |
| Item |
return all values corresponding to a given key.
| |
| Keys |
Gets the keys of the multi-map.
|
| Name | Description | |
|---|---|---|
| Add(K) |
add an key to the map but no values which results in an empty list.
| |
| Add(K, ListV) |
add a list of identifiers to the map.
| |
| Add(K, V) |
add an element to the map.
| |
| AddUnique |
add an element to the map if not already present.
| |
| ContainsKey |
Checks whether the MultiMap contains a specific key.
| |
| 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.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData |
Serialize BuilderElementStraightLine.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| KeysWithZeroItems |
Get the list of keys with entries that do not contain items.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue |
Tries to find a key in the MultiMap.
|