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

3
LINES

< > BotCompany Repo | #1030069 // listToTopTenCI - uniquify, sort by descending occurrence count (case-insensitive)

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3042L/19K).

static LS listToTopTenCI(Cl<S> l) {
  ret asCIMultiSet(l).highestFirst();
}

Author comment

Began life as a copy of #1010442

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030069
Snippet name: listToTopTenCI - uniquify, sort by descending occurrence count (case-insensitive)
Eternal ID of this version: #1030069/2
Text MD5: 9f96c3557481146c57be7f5cc90c6d27
Transpilation MD5: 41a0466bb1091e9a9356e376096420b3
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-04 11:58:56
Source code size: 77 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 110 / 160
Version history: 1 change(s)
Referenced in: [show references]