Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1016971 // listMinusSet_syncOnSet

JavaX fragment (include)

static <A, B extends A> L<A> listMinusSet_syncOnSet(Collection<A> l, Collection<B> stuff) {
  if (empty(stuff)) ret asList(l);
  synchronized(stuff) {
    ret listMinusSet(l, stuff);
  }
}

Author comment

Began life as a copy of #1007796

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: #1016971
Snippet name: listMinusSet_syncOnSet
Eternal ID of this version: #1016971/1
Text MD5: 7eace2f2c4217813ae8f95c9e99dd4f8
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:09:10
Source code size: 193 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 242 / 292
Referenced in: [show references]