static <A> Set<A> synchroWeakHashSet() { ret Collections.newSetFromMap((Map) newWeakHashMap()); }
Began life as a copy of #1010621
download show line numbers debug dex old transpilations
Travelled to 18 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1011597 |
| Snippet name: | synchroWeakHashSet - synchronisation is now within WeakHashSet |
| Eternal ID of this version: | #1011597/6 |
| Text MD5: | b526e2b47c0777aa4650ded01a4e1116 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-17 00:37:40 |
| Source code size: | 101 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 820 / 1942 |
| Version history: | 5 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013099 - newWeakHashSet - synonym of synchroWeakHashSet #1015375 - weakIdentityHashSet - synchronized #1016402 - synchroWeakHashSet_old - synchronisation is now within WeakHashSet |