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

3
LINES

< > BotCompany Repo | #1028846 // intersectSetWithItems

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2553L/16K).

static <A> Set<A> intersectSetWithItems(Set<A> a, A... items) {
  ret intersectSets(a, ll(items));
}

Author comment

Began life as a copy of #1014365

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028846
Snippet name: intersectSetWithItems
Eternal ID of this version: #1028846/3
Text MD5: d473909cd2f92074526d3d6c744478ad
Transpilation MD5: 41e331c3974f464a9e111902863319ae
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-09 17:48:19
Source code size: 102 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 123 / 191
Version history: 2 change(s)
Referenced in: [show references]