![]() | LinkedHashMapTK, TV Class |
Namespace: com.espertech.esper.compat.collections
[SerializableAttribute] public sealed class LinkedHashMap<TK, TV> : IDictionary, ICollection, IEnumerable, IEnumerable, ISerializable
The LinkedHashMapTK, TV type exposes the following members.
Name | Description | |
---|---|---|
![]() | LinkedHashMapTK, TV |
Initializes a new instance of the LinkedHashMapTK, TV class.
|
![]() | LinkedHashMapTK, TV(IEnumerableT) | Initializes a new instance of the LinkedHashMapTK, TV class |
![]() | LinkedHashMapTK, TV(SerializationInfo, StreamingContext) |
Serialization constructor
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollectionT.
|
![]() | FastKeyArray |
Gets the keys in a faster and more efficient manner.
|
![]() | FastKeyEnumerator |
Gets the key enumerator in a faster and more efficient manner.
|
![]() | FastKeys |
Gets a faster lighter enumeration of keys.
|
![]() | FirstValue |
Returns the first value in the enumeration of values
|
![]() | IsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
|
![]() | Item |
Gets or sets the value the specified key.
|
![]() | Keys |
Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
|
![]() | ShuffleOnAccess |
Returns a value indicating if items should be shuffled (pushed to the
head of the list) on access requests.
|
![]() | Values |
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
|
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairTKey, TValue) | |
![]() | Add(TK, TV) |
Adds an element with the provided key and value to the IDictionaryTKey, TValue.
|
![]() | Clear |
Removes all items from the ICollectionT.
|
![]() | Contains | |
![]() | ContainsKey |
Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
|
![]() | CopyTo | |
![]() | Get(TK) |
Fetches the value associated with the specified key.
If no value can be found, then default(V) is returned.
|
![]() | Get(TK, TV) |
Fetches the value associated with the specified key.
If no value can be found, then the defaultValue is
returned.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
|
![]() | 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.
|
![]() | Put |
Sets the given key in the dictionary. If the key
already exists, then it is remapped to thenew value.
|
![]() | PutAll | |
![]() | Remove(KeyValuePairTKey, TValue) | |
![]() | Remove(TK) |
Removes the element with the specified key from the IDictionaryTKey, TValue.
|
![]() | 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.
|
![]() | 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.
|
![]() | RemoveWhere | |
![]() | ToString | |
![]() | TryGetValue |
Tries the get value.
|
Name | Description | |
---|---|---|
![]() | RemoveEldest |
Occurs when a potentially destructive operations occurs on the dictionary
and the dictionary is allowed to rebalance.
|