static <A> L<A> orderByFieldDesc(Collection<A> c, final S field) { ret sortedByFieldDesc(c, field); } static <A> L<A> orderByFieldDesc(S field, Collection<A> c) { ret sortedByFieldDesc(field, c); }
Began life as a copy of #1005983
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1008714 |
Snippet name: | orderByFieldDesc - synonym of sortedByFieldDesc |
Eternal ID of this version: | #1008714/1 |
Text MD5: | c392d50c86fcefd4d73758a785e1afb9 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-05-30 12:12:03 |
Source code size: | 208 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 549 / 575 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |