[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

An extended dictionary based upon a closed hashing algorithm.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class EHashDictionary(Of K, V) _
	Inherits EBaseDictionary(Of K, V)
C#
public class EHashDictionary<K, V> : EBaseDictionary<K, V>
Visual C++
generic<typename K, typename V>
public ref class EHashDictionary : public EBaseDictionary<K, V>

Type Parameters

K
V

Inheritance Hierarchy

System.Object
  net.esper.compat.EBaseDictionary<K, V>
    net.esper.compat.EHashDictionary<(Of K, V>)
      net.esper.compat.EDataDictionary