static <A> Map<A, Int> msTopTenMap(MultiSet<A> ms, int n) { new LinkedHashMap<A, Int> map; if (ms != null) for (A a : ms.getTopTen(n)) map.put(a, ms.get(a)); ret map; } static <A> Map<A, Int> msTopTenMap(MultiSet<A> ms) { ret msTopTenMap(ms, 10); }
Began life as a copy of #1012470
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: | #1012471 | 
| Snippet name: | msTopTenMap | 
| Eternal ID of this version: | #1012471/1 | 
| Text MD5: | 0642ddb2a42671ac34fedb61499ec574 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2017-12-03 21:54:08 | 
| Source code size: | 277 bytes / 11 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 624 / 687 | 
| Referenced in: | [show references] |