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

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.

This page was edited 75 days ago on 02/10/2024. What links here