![]() | OrderedDictionaryTK, TV Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.OrderedDictionary`2"]
Namespace: com.espertech.esper.compat.collections
public class OrderedDictionary<TK, TV> : IDictionary, ICollection, IEnumerable, IEnumerable
[Missing <typeparam name="TK"/> documentation for "T:com.espertech.esper.compat.collections.OrderedDictionary`2"]
[Missing <typeparam name="TV"/> documentation for "T:com.espertech.esper.compat.collections.OrderedDictionary`2"]
The OrderedDictionaryTK, TV type exposes the following members.
Name | Description | |
---|---|---|
![]() | OrderedDictionaryTK, TV |
Initializes a new instance of the OrderedDictionaryTK, TV class.
|
![]() | OrderedDictionaryTK, TV(IComparerT) | Initializes a new instance of the OrderedDictionaryTK, TV class |
Name | Description | |
---|---|---|
![]() | Count |
Gets the count.
|
![]() | IsReadOnly |
Gets a value indicating whether this instance is read only.
|
![]() | Item |
Gets or sets the value with the specified key.
|
![]() | ItemComparer |
Gets the item comparer.
|
![]() | KeyComparer |
Gets the key comparer.
|
![]() | Keys |
Gets the keys.
|
![]() | Values |
Gets the values.
|
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairTKey, TValue) | |
![]() | Add(TK, TV) |
Adds the specified key.
|
![]() | Between | |
![]() | Clear |
Clears this instance.
|
![]() | Contains | |
![]() | ContainsKey |
Determines whether the specified key contains key.
|
![]() | CopyTo | |
![]() | CountBetween | |
![]() | EnumerateBetween | |
![]() | FirstEntry | |
![]() | ForEach(ActionT) | |
![]() | ForEach(ActionT1, T2) | |
![]() | GetEnumerator |
Gets the enumerator.
|
![]() | GetEnumerator(Void, KeyValuePairTKey, TValue) | |
![]() | GetHeadIndex |
Gets the index that should be used for an inclusive or exclusive search
ending at the head index.
|
![]() | GetTail | |
![]() | GetTailIndex |
Gets the index that should be used for an inclusive or exclusive search
starting from tail index.
|
![]() | Head | |
![]() | Invert | |
![]() | LastEntry | |
![]() | Remove(KeyValuePairTKey, TValue) | |
![]() | Remove(TK) |
Removes the specified key.
|
![]() | Tail | |
![]() | TryGetValue |
Gets the value associated with the specified key.
|
![]() | TryInsert |