static <T> void sortList(T[] a, Comparator<? super T> c) { sort(a, c); } static <T> void sortList(L<T> a, Comparator<? super T> c) { sort(a, c); } static void sortList(L a) { Collections.sort(a); }
Began life as a copy of #1000784
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1004613 | 
| Snippet name: | sortList - synonym of sort | 
| Eternal ID of this version: | #1004613/1 | 
| Text MD5: | 6000d3e22e146b1dbd11cd40b2f58a56 | 
| Author: | stefan | 
| Category: | |
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2016-08-23 23:12:58 | 
| Source code size: | 215 bytes / 11 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 712 / 742 | 
| Referenced in: | [show references] |