static <A> Comparator<A> fieldComparator(fS field) { ret new Comparator<A>() { public int compare(A a, A b) { ret cmp(getOpt(a, field), getOpt(b, field)); } }; }
Began life as a copy of #1013536
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019639 |
Snippet name: | fieldComparator |
Eternal ID of this version: | #1019639/1 |
Text MD5: | e473dcc5928f999ad2dad9808fc293f9 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-11-15 03:41:20 |
Source code size: | 185 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 402 / 421 |
Referenced in: | [show references] |