static <A> L<A> sortByScore(Collection<A> c, Map<A, ?> map) { L<A> l = cloneList(c); sort(l, mapComparator(map)); ret l; }
Began life as a copy of #1007980
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: | #1009454 |
Snippet name: | sortByScore - sort list according to map |
Eternal ID of this version: | #1009454/1 |
Text MD5: | fd18aea58be90e9746198e7fc0886017 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-01 23:55:32 |
Source code size: | 132 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 494 / 534 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011263 - sortByMap_inPlace - sort list according to map |