static <A extends DynamicObject> A setDyn(A o, S key, O value) { setDynObjectValue(o, key, value); ret o; } svoid setDyn(IMeta o, S key, O value) { metaMapPut(o, key, value); }
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: | #1023542 |
Snippet name: | setDyn - dynamic only |
Eternal ID of this version: | #1023542/7 |
Text MD5: | a5bddf54c6caf4c91a4b7d11f604cd3c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-08-06 07:36:07 |
Source code size: | 190 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 353 / 400 |
Version history: | 6 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |