[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Retrieves a dictionary that includes all elements greater than
or equal to the key. This operation can be expensive, use with
care.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function Tail ( _ key As K _ ) As ETreeDictionary(Of K, V) |
C# |
---|
public virtual ETreeDictionary<K, V> Tail ( K key ) |
Visual C++ |
---|
public: virtual ETreeDictionary<K, V>^ Tail ( K key ) |
Parameters
- key
- K type parameter of net.esper.compat.ETreeDictionary<(Of K, V>).