static Set vm_generalWeakSet(O name) { synchronized(vm_generalMap()) { Set set = cast vm_generalMap_get(name); if (set == null) vm_generalMap_put(name, set = newWeakHashSet()); ret set; } }
Began life as a copy of #1017060
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1017140 |
| Snippet name: | vm_generalWeakSet |
| Eternal ID of this version: | #1017140/4 |
| Text MD5: | bbad05d4053afac727d19f5f58ddc2d5 |
| 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:32 |
| Source code size: | 220 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 565 / 689 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1017914 - vm_generalIdentityHashSet |