![]() | HashMapTK, TV Class |
Namespace: com.espertech.esper.compat.collections
The HashMapTK, TV type exposes the following members.
Name | Description | |
---|---|---|
![]() | HashMapTK, TV |
Initializes a new instance of the HashMapTK, TV class.
|
![]() | HashMapTK, TV(IDictionaryTKey, TValue) | Initializes a new instance of the HashMapTK, TV class |
![]() | HashMapTK, TV(IEqualityComparerT) | Initializes a new instance of the HashMapTK, TV class |
![]() | HashMapTK, TV(Int32) |
Initializes a new instance of the HashMapTK, TV class.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollectionT.
(Inherited from BaseMapTK, TV.) |
![]() | FirstValue |
Returns the first value in the enumeration of values
(Inherited from BaseMapTK, TV.) |
![]() | IsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from BaseMapTK, TV.) |
![]() | Item |
Gets or sets the item with the specified key.
(Inherited from BaseMapTK, TV.) |
![]() | Keys |
Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
(Inherited from BaseMapTK, TV.) |
![]() | SubDictionary |
Gets or sets the subdictionary.
(Inherited from BaseMapTK, TV.) |
![]() | Values |
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
(Inherited from BaseMapTK, TV.) |
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairTKey, TValue) | (Inherited from BaseMapTK, TV.) |
![]() | Add(TK, TV) |
Adds an element with the provided key and value to the IDictionaryTKey, TValue.
(Inherited from BaseMapTK, TV.) |
![]() | Clear |
Removes all items from the ICollectionT.
(Inherited from BaseMapTK, TV.) |
![]() | Contains | (Inherited from BaseMapTK, TV.) |
![]() | ContainsKey |
Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
(Inherited from BaseMapTK, TV.) |
![]() | CopyTo | (Inherited from BaseMapTK, TV.) |
![]() | Equals | (Inherited from BaseMapTK, TV.) |
![]() | Get(TK) |
Fetches the value associated with the specified key.
If no value can be found, then default(V) is returned.
(Inherited from BaseMapTK, TV.) |
![]() | Get(TK, TV) |
Fetches the value associated with the specified key.
If no value can be found, then the defaultValue is
returned.
(Inherited from BaseMapTK, TV.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from BaseMapTK, TV.) |
![]() | GetHashCode |
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from BaseMapTK, TV.) |
![]() | Push |
Sets the given key in the dictionary. If the key
already exists, then it is remapped to the new value.
If a value was previously mapped it is returned.
(Inherited from BaseMapTK, TV.) |
![]() | Put |
Sets the given key in the dictionary. If the key
already exists, then it is remapped to thenew value.
(Inherited from BaseMapTK, TV.) |
![]() | PutAll | (Inherited from BaseMapTK, TV.) |
![]() | Remove(KeyValuePairTKey, TValue) | (Inherited from BaseMapTK, TV.) |
![]() | Remove(TK) |
Removes the element with the specified key from the IDictionaryTKey, TValue.
(Inherited from BaseMapTK, TV.) |
![]() | Remove(TK, TV) |
Removes the item from the dictionary that is associated with
the specified key. Returns the value that was found at that
location and removed or the defaultValue.
(Inherited from BaseMapTK, TV.) |
![]() | RemoveAndReturn |
Removes the item from the dictionary that is associated with
the specified key. The item if found is returned; if not,
default(V) is returned.
(Inherited from BaseMapTK, TV.) |
![]() | ToString | (Inherited from BaseMapTK, TV.) |
![]() | TryGetValue |
Tries the get value.
(Inherited from BaseMapTK, TV.) |