static <A> L<A> sortByFieldDescInPlace(L<A> l, S field) { sort(l, descFieldComparator(field)); ret l; } static <A> L<A> sortByFieldDescInPlace(S field, L<A> l) { ret sortByFieldDescInPlace(l, field); }
Began life as a copy of #1005303
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019101 | 
| Snippet name: | sortByFieldDescInPlace | 
| Eternal ID of this version: | #1019101/1 | 
| Text MD5: | 8010c19a83cffe1ee092ea7383927353 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-10-23 17:17:49 | 
| Source code size: | 215 bytes / 8 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 552 / 596 | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1023563 - sortByFieldInPlace |