1 | static <A, B> MultiMap<A, B> multiMapDiff(MultiMap<A, B> mm1, MultiMap<A, B> mm2) {
|
2 | ret pairsToMultiMap(listMinusSet(multiMapToPairs(mm1), multiMapToPairs(mm2))); |
3 | } |
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: | #1021441 |
| Snippet name: | multiMapDiff |
| Eternal ID of this version: | #1021441/2 |
| Text MD5: | 6b6d8fbe50330141f8e43d5af8879076 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-12 21:52:06 |
| Source code size: | 168 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 511 / 557 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |