 | DictionaryExtensions Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.DictionaryExtensions"]
Inheritance HierarchySystemObject com.espertech.esper.compat.collectionsDictionaryExtensions
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic static class DictionaryExtensions
The DictionaryExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | AsBasicDictionaryK, V | |
  | AsSyncDictionaryTK, TV | |
  | DeleteK, V | |
  | FirstValueK, V | |
  | GetK, V | |
  | GetBoxedK, V | |
  | InvertTK, TV | |
  | PushK, V | |
  | PutK, V | |
  | PutAllK, V(IDictionaryTKey, TValue, Boolean) | |
  | PutAllK, V, T(IDictionaryTKey, TValue, Boolean, K) | |
  | PutIfAbsentK, V | |
  | SmartGet | |
  | TransformTKExt, TKInt, TV(Boolean, TKExt, TV) | |
  | TransformTKExt, TVExt, TKInt, TVInt(Boolean, TKExt, TVExt, IDictionaryTKey, TValue, Boolean) | |
  | TransformDownTKInt, TKExt, TV | |
  | TransformLeftTK, TVInt, TVExt | |
  | TransformRightTK, TVInt, TVExt | |
  | TransformUpTKInt, TKExt, TV | |
  | TryPushK, V | |
  | TryPutIfAbsentK, V | |
  | TryRemoveK, V | |
  | WithDebugSupportTK, TV | |
  | WithNullKeySupportTK, TV | |
  | WithSafeSupportTK, TV | |
  | WithValueTypeSupportTK, TV | |
Top
See Also