1 | static <A> L<A> sortByFieldIC(Collection<A> c, S field) { |
2 | ret sortedByFieldIC(c, field); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> L<A> sortByFieldIC(S field, Collection<A> c) { |
8 | ret sortedByFieldIC(field, c); |
9 | } |
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: | #1020399 |
Snippet name: | sortByFieldIC - synonym of sortedByFieldIC |
Eternal ID of this version: | #1020399/1 |
Text MD5: | 276828658c82b70401378243e3c2bfde |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-19 16:22:52 |
Source code size: | 190 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 262 / 306 |
Referenced in: | [show references] |