static <A> MultiMap<S, A> reverseMultiMapCI(MultiMap<A, S> map) { MultiMap<S, A> mm = (MultiMap) ciMultiMap(); for (A key : keys(map)) for (S value : map.get(key)) mm.put(value, key); ret mm; }
Began life as a copy of #1004754
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1016375 | 
| Snippet name: | reverseMultiMapCI | 
| Eternal ID of this version: | #1016375/3 | 
| Text MD5: | 5f5d15b565a4f87aa996d97f2db07281 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-07-18 13:34:48 | 
| Source code size: | 215 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 582 / 611 | 
| Version history: | 2 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1017368 - reverseMultiMap #1022631 - reverseMultiMap_tree  |