static Map vm_generalHashMap(O name) { synchronized(vm_generalMap()) { Map m = cast vm_generalMap_get(name); if (m == null) vm_generalMap_put(name, m = syncHashMap()); ret m; } }
Began life as a copy of #1017914
download show line numbers debug dex old transpilations
Travelled to 11 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019734 |
Snippet name: | vm_generalHashMap |
Eternal ID of this version: | #1019734/5 |
Text MD5: | 375f6baaf696e8b27cb1645cfbc2b35e |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-23 05:19:19 |
Source code size: | 209 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 337 / 402 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |