svoid copyDynamicObjectValues(DynamicObject a, DynamicObject b) { if (a != null && b != null && a.fieldValues != null) b.fieldValues = cloneLinkedHashMap(a.fieldValues); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023522 |
Snippet name: | copyDynamicObjectValues |
Eternal ID of this version: | #1023522/1 |
Text MD5: | 036b10f29a3bc41002b714191941282e |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-06-27 12:43:03 |
Source code size: | 180 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 263 / 296 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |