static <A> L<A> mostPopularEntriesFromMultiMap(MultiSet<A> ms) { ret mostPopularEntriesFromMultiMap(10, ms); } static <A> L<A> mostPopularEntriesFromMultiMap(int n, MultiSet<A> ms) { ret ms == null ? emptyList() : ms.getTopTen(n); }
Began life as a copy of #1013644
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: | #1015426 |
| Snippet name: | mostPopularEntriesFromMultiMap |
| Eternal ID of this version: | #1015426/1 |
| Text MD5: | de9275b6888437477a394a6bdfddf1c5 |
| Author: | stefan |
| Category: | javax / collections |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-13 20:27:55 |
| Source code size: | 243 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 576 / 600 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |