OCLOperators dictionary
No edit summary
No edit summary
Line 1: Line 1:
  dictionary(loopvar| «<Any>» «<Any>» )
  dictionary(loopvar| ExpressionForKeyDefinition ExpressionForLookUpInDictionary )
When you need to iterate over two lists to match on some common attribute a dictionary will greatly reduce the work performed by the cpu.
When you need to iterate over two lists to match on some common attribute a dictionary will greatly reduce the work performed by the cpu.



Revision as of 14:24, 16 May 2019

This page was created by Hans.karlsen@mdriven.net on 2018-12-02. Last edited by Edgar on 2025-01-20.
dictionary(loopvar| ExpressionForKeyDefinition ,  ExpressionForLookUpInDictionary )

When you need to iterate over two lists to match on some common attribute a dictionary will greatly reduce the work performed by the cpu.