static <A, B> L<A> multiMapKeysByPopularity(final MultiMap<A, B> mm) { ret sortedDescAccordingTo(keys(mm), func(A key) { l(mm.get(key)) }); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1011317 |
| Snippet name: | multiMapKeysByPopularity |
| Eternal ID of this version: | #1011317/3 |
| Text MD5: | 23f1aca6f6306c45b9530660597c62c4 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-24 02:22:01 |
| Source code size: | 145 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 680 / 726 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1022497 - multiMapKeysAndCount - makes a similar map |