static <A> bool syncAddIfNotThere(Collection<A> c, A b) { if (c == null) false; synchronized(c) { ret addIfNotThere(c, b); } }
Began life as a copy of #1016979
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1016981 |
| Snippet name: | syncAddIfNotThere - addIfNotThere & synchronize on collection |
| Eternal ID of this version: | #1016981/1 |
| Text MD5: | 2ace436fbc01c6e0d240aad7693ae08b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-07-09 20:25:16 |
| Source code size: | 133 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 715 / 736 |
| Referenced in: | [show references] |