| ImmutableTreeMapTKey, TValue Class |
[Missing <summary> documentation for "T:Akka.Util.Internal.Collections.ImmutableTreeMap`2"]
Namespace: Akka.Util.Internal.Collections
public sealed class ImmutableTreeMap<TKey, TValue> : ImmutableAvlTreeBase<TKey, TValue>, IImmutableMap<TKey, TValue> where TKey : Object, IComparable<TKey>
[Missing <typeparam name="TKey"/> documentation for "T:Akka.Util.Internal.Collections.ImmutableTreeMap`2"]
[Missing <typeparam name="TValue"/> documentation for "T:Akka.Util.Internal.Collections.ImmutableTreeMap`2"]
The ImmutableTreeMapTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | ||
| AddOrUpdate | ||
| Contains | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| Equals | (Inherited from Object.) | |
| GetEnumerator | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove | ||
| ToString | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| TryAdd | ||
| TryGet | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| TryRemove |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |
| Name | Description | |
|---|---|---|
| AllKeysMaxToMin | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| AllKeysMinToMax | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| AllMaxToMin | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| AllMinToMax | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| AllValuesMaxToMin | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| AllValuesMinToMax | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| Count | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| IsEmpty | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| Item | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) | |
| Root | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |