Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1013551 // topTenPairs - synonym of multiSetTopTenPairs

JavaX fragment (include)

1  
static <A> L<Pair<A, Int>> topTenPairs(MultiSet<A> ms) {
2  
  ret multiSetTopTenPairs(ms);
3  
}
4  
5  
static <A> L<Pair<A, Int>> topTenPairs(MultiSet<A> ms, int n) {
6  
  ret multiSetTopTenPairs(ms, n);
7  
}

Author comment

Began life as a copy of #1013507

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: #1013551
Snippet name: topTenPairs - synonym of multiSetTopTenPairs
Eternal ID of this version: #1013551/1
Text MD5: 4d357cb0395d45952183ccc37d8df362
Author: stefan
Category: javax / collections
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-09 11:03:32
Source code size: 196 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 363 / 397
Referenced in: [show references]