static <A, B extends A> Set<A> setMinusSet_syncOnLatter(Set<A> l, Collection<B> stuff) { if (empty(stuff)) ret l; synchronized(stuff) { ret setMinusSet(l, stuff); } }
Began life as a copy of #1016971
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: | #1016972 |
Snippet name: | setMinusSet_syncOnLatter |
Eternal ID of this version: | #1016972/4 |
Text MD5: | 8ee7ecddecbfe605a91ba224b0008ac8 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-09 16:16:51 |
Source code size: | 181 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 349 / 388 |
Version history: | 3 change(s) |
Referenced in: | [show references] |