Libraryless. Click here for Pure Java version (2553L/16K).
static <A> Set<A> intersectSetWithItems(Set<A> a, A... items) { ret intersectSets(a, ll(items)); }
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: | 388 / 525 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |