Click or drag to resize
ImmutableTreeMapTKey, TValue Class

[Missing <summary> documentation for "T:Akka.Util.Internal.Collections.ImmutableTreeMap`2"]

Inheritance Hierarchy
SystemObject
  Akka.Util.Internal.CollectionsImmutableAvlTreeBaseTKey, TValue
    Akka.Util.Internal.CollectionsImmutableTreeMapTKey, TValue

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

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:Akka.Util.Internal.Collections.ImmutableTreeMap`2"]

TValue

[Missing <typeparam name="TValue"/> documentation for "T:Akka.Util.Internal.Collections.ImmutableTreeMap`2"]

The ImmutableTreeMapTKey, TValue type exposes the following members.

Methods
Extension Methods
Fields
  NameDescription
Public fieldStatic memberEmpty
Top
Properties
  NameDescription
Public propertyAllKeysMaxToMin (Inherited from ImmutableAvlTreeBaseTKey, TValue.)
Public propertyAllKeysMinToMax (Inherited from ImmutableAvlTreeBaseTKey, TValue.)
Public propertyAllMaxToMin (Inherited from ImmutableAvlTreeBaseTKey, TValue.)
Public propertyAllMinToMax (Inherited from ImmutableAvlTreeBaseTKey, TValue.)
Public propertyAllValuesMaxToMin (Inherited from ImmutableAvlTreeBaseTKey, TValue.)
Public propertyAllValuesMinToMax (Inherited from ImmutableAvlTreeBaseTKey, TValue.)
Public propertyCount (Inherited from ImmutableAvlTreeBaseTKey, TValue.)
Public propertyIsEmpty (Inherited from ImmutableAvlTreeBaseTKey, TValue.)
Public propertyItem (Inherited from ImmutableAvlTreeBaseTKey, TValue.)
Public propertyRoot (Inherited from ImmutableAvlTreeBaseTKey, TValue.)
Top
See Also