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

3
LINES

< > BotCompany Repo | #1014283 // listWithoutSet - synonym of listMinusSet - list minus some elements

JavaX fragment (include)

static <A> L<A> listWithoutSet(Collection<A> l, Collection<A> stuff) {
  ret listMinusSet(l, stuff);
}

Author comment

Began life as a copy of #1007796

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1014283
Snippet name: listWithoutSet - synonym of listMinusSet - list minus some elements
Eternal ID of this version: #1014283/4
Text MD5: f473c9dae3150448a55a4c4d2d8f9e03
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-28 17:57:08
Source code size: 104 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 336 / 394
Version history: 3 change(s)
Referenced in: [show references]