static <A, B> MultiMap<B, A> reverseMapToMultiMap(Map<A, B> map) { ret reversedMapAsMultiMap(map); } static <A, B> MultiMap<B, A> reverseMapToMultiMap(Map<A, B> map, MultiMap<B, A> mm) { ret reversedMapAsMultiMap(map, mm); }
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: | 419 / 442 | 
| Version history: | 2 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |