1 | static <A, B> MultiMap<B, A> reversedMapAsMultiMap(Map<A, B> map) { |
2 | ret reverseMapAsMultiMap(map); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A, B> MultiMap<B, A> reversedMapAsMultiMap(Map<A, B> map, MultiMap<B, A> mm) { |
8 | ret reverseMapAsMultiMap(map, mm); |
9 | } |
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: | #1024490 |
Snippet name: | reversedMapAsMultiMap - synonym of reverseMapAsMultiMap |
Eternal ID of this version: | #1024490/1 |
Text MD5: | 039e364337a893922a513b7672624cbb |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-14 12:33:01 |
Source code size: | 233 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 190 / 225 |
Referenced in: | [show references] |