static <A, B> MultiMap<B, A> reversedMapAsMultiMap(Map<A, B> map) { ret reverseMapAsMultiMap(map); } static <A, B> MultiMap<B, A> reversedMapAsMultiMap(Map<A, B> map, MultiMap<B, A> mm) { ret reverseMapAsMultiMap(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: | #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: | 191 / 225 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |