static <A> L<A> sortByFieldDesc_inPlace(L<A> l, S field) { ret sortByFieldDescInPlace(l, field); } static <A> L<A> sortByFieldDesc_inPlace(S field, L<A> l) { ret sortByFieldDescInPlace(field, l); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020447 |
| Snippet name: | sortByFieldDesc_inPlace - synonym of sortByFieldDescInPlace |
| Eternal ID of this version: | #1020447/1 |
| Text MD5: | 7df9c5e1f4bc3f18626e3e0145ee1a89 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-22 17:50:19 |
| Source code size: | 206 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 560 / 584 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |