1 | static <A, B> MultiMap<B, A> reverseMapToMultiMap(Map<A, B> map) { |
2 | ret reversedMapAsMultiMap(map); |
3 | } |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | static <A, B> MultiMap<B, A> reverseMapToMultiMap(Map<A, B> map, MultiMap<B, A> mm) { |
10 | ret reversedMapAsMultiMap(map, mm); |
11 | } |
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: | #1029064 |
Snippet name: | reverseMapToMultiMap - synonym of reversedMapAsMultiMap |
Eternal ID of this version: | #1029064/3 |
Text MD5: | b3877bfb48d34dbb85f04ab52951554d |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-18 18:50:56 |
Source code size: | 243 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 185 / 218 |
Version history: | 2 change(s) |
Referenced in: | [show references] |