Click or drag to resize

DictionaryExtensions Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.DictionaryExtensions"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.collectionsDictionaryExtensions

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static class DictionaryExtensions

The DictionaryExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAsBasicDictionaryK, V
Public methodStatic memberAsSyncDictionaryTK, TV
Public methodStatic memberDeleteK, V
Public methodStatic memberFirstValueK, V
Public methodStatic memberGetK, V
Public methodStatic memberGetBoxedK, V
Public methodStatic memberInvertTK, TV
Public methodStatic memberPushK, V
Public methodStatic memberPutK, V
Public methodStatic memberPutAllK, V(IDictionaryTKey, TValue, Boolean)
Public methodStatic memberPutAllK, V, T(IDictionaryTKey, TValue, Boolean, K)
Public methodStatic memberPutIfAbsentK, V
Public methodStatic memberSmartGet
Public methodStatic memberTransformTKExt, TKInt, TV(Boolean, TKExt, TV)
Public methodStatic memberTransformTKExt, TVExt, TKInt, TVInt(Boolean, TKExt, TVExt, IDictionaryTKey, TValue, Boolean)
Public methodStatic memberTransformDownTKInt, TKExt, TV
Public methodStatic memberTransformLeftTK, TVInt, TVExt
Public methodStatic memberTransformRightTK, TVInt, TVExt
Public methodStatic memberTransformUpTKInt, TKExt, TV
Public methodStatic memberTryPushK, V
Public methodStatic memberTryPutIfAbsentK, V
Public methodStatic memberTryRemoveK, V
Public methodStatic memberWithDebugSupportTK, TV
Public methodStatic memberWithNullKeySupportTK, TV
Public methodStatic memberWithSafeSupportTK, TV
Public methodStatic memberWithValueTypeSupportTK, TV
Top
See Also