1 | static <A> L<A> sortedInPlace(L<A> l, final O comparator) { |
2 | sort(l, makeComparator(comparator)); |
3 | ret l; |
4 | } |
5 | |
6 | static <A> L<A> sortedInPlace(L<A> l) { |
7 | sort(l); |
8 | ret l; |
9 | } |
Began life as a copy of #1003400
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012369 |
Snippet name: | sortedInPlace |
Eternal ID of this version: | #1012369/3 |
Text MD5: | aba1feecfe5b04cc3f29adfd8d32ef09 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-28 23:43:12 |
Source code size: | 180 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 482 / 510 |
Version history: | 2 change(s) |
Referenced in: | [show references] |