1 | static Map vm_generalHashMap(O name) {
|
2 | synchronized(vm_generalMap()) {
|
3 | Map m = cast vm_generalMap_get(name); |
4 | if (m == null) |
5 | vm_generalMap_put(name, m = syncHashMap()); |
6 | ret m; |
7 | } |
8 | } |
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: | 597 / 668 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |