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

3
LINES

< > BotCompany Repo | #1014407 // intersectSets - synonym of setIntersection

JavaX fragment (include)

1  
static <A> Set<A> intersectSets(Cl<A> a, Cl<A> b) {
2  
  ret setIntersection(a, b);
3  
}

Author comment

Began life as a copy of #1009544

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1014407
Snippet name: intersectSets - synonym of setIntersection
Eternal ID of this version: #1014407/2
Text MD5: c3e82d363dbd9393212d39039dc391fb
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-17 17:05:10
Source code size: 84 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 322 / 373
Version history: 1 change(s)
Referenced in: [show references]