1 | static <A> void sortByIndex2_desc(LL<A> l, final int index) { |
2 | sort(l, new Comparator<L<A>>() { |
3 | public int compare(L<A> a, L<A> b) { |
4 | ret cmp(b.get(index), a.get(index)); |
5 | } |
6 | }); |
7 | } |
Began life as a copy of #1018540
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018541 |
Snippet name: | sortByIndex2_desc |
Eternal ID of this version: | #1018541/1 |
Text MD5: | d764cb5fec9a3853b07b01996f7a9503 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-03 22:42:44 |
Source code size: | 200 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 293 / 338 |
Referenced in: | [show references] |