static <A, B extends A> Set<A> setDiff(Set<A> l, Collection<B> stuff) { ret setMinusSet(l, stuff); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021440 |
| Snippet name: | setDiff - synonym of setMinusSet |
| Eternal ID of this version: | #1021440/1 |
| Text MD5: | 220f82b0f276c9c747a6db858f341797 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-12 19:58:37 |
| Source code size: | 102 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 498 / 531 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1028996 - setDiff_bothWays |