1 | static <A extends DynamicObject> A setDyn(A o, S key, O value) { |
2 | setDynObjectValue(o, key, value); |
3 | ret o; |
4 | } |
5 | |
6 | svoid setDyn(IMeta o, S key, O value) { |
7 | metaMapPut(o, key, value); |
8 | } |
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: | 352 / 400 |
Version history: | 6 change(s) |
Referenced in: | [show references] |