Click or drag to resize
ImmutableAvlTreeBaseTKey, TValue Class
An immutable AVL tree. Originally from http://justinmchase.com/2011/12/13/immutable-avl-tree-in-c/
Inheritance Hierarchy

Namespace: Akka.Util.Internal.Collections
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public abstract class ImmutableAvlTreeBase<TKey, TValue> : IEnumerable<IKeyValuePair<TKey, TValue>>, 
	IEnumerable
where TKey : Object, IComparable<TKey>

Type Parameters

TKey
The type of the keys.
TValue
The type of the values.

The ImmutableAvlTreeBaseTKey, TValue type exposes the following members.

Constructors
Methods
  NameDescription
Public methodContains
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Protected methodTryAdd(TKey, TValue, ImmutableAvlTreeBaseTKey, TValueNode, ImmutableAvlTreeBaseTKey, TValueAddOperation)
Protected methodStatic memberTryAdd(ImmutableAvlTreeBaseTKey, TValueNode, TKey, TValue, ImmutableAvlTreeBaseTKey, TValueNode, ImmutableAvlTreeBaseTKey, TValueAddOperation)
Public methodTryGet
Protected methodTryRemove
Top
Extension Methods
Properties
See Also