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

3
LINES

< > BotCompany Repo | #1020825 // listIntersectSet - synonym of listSetIntersection

JavaX fragment (include)

static <A> L<A> listIntersectSet(Collection<A> a, Collection<A> b) {
  ret listSetIntersection(a, b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020825
Snippet name: listIntersectSet - synonym of listSetIntersection
Eternal ID of this version: #1020825/1
Text MD5: 9553f9282cfbb0f2a994a54b900d726c
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-03 19:26:51
Source code size: 103 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 226 / 275
Referenced in: [show references]