| ImmutableAvlTreeTKey, TValue Class |
Namespace: Akka.Util.Internal.Collections
public sealed class ImmutableAvlTree<TKey, TValue> : ImmutableAvlTreeBase<TKey, TValue> where TKey : Object, IComparable<TKey>
The ImmutableAvlTreeTKey, 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.) | |
| 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.) |