1 | static <A> L<A> sortedByMapLookupDesc(Collection<A> l, final Map<A, ?> map) { |
2 | ret sortedByComparator(l, new Comparator<A>() { |
3 | public int compare(A a, A b) { |
4 | ret stdcompare(map.get(b), map.get(a)); |
5 | } |
6 | }); |
7 | } |
Began life as a copy of #1014662
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: | #1015106 |
Snippet name: | sortedByMapLookupDesc |
Eternal ID of this version: | #1015106/4 |
Text MD5: | 879eaba24cfde0f8de94117576ad438c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-08 13:39:17 |
Source code size: | 228 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 448 / 448 |
Version history: | 3 change(s) |
Referenced in: | [show references] |