Transpiled version (5411L) is out of date.
static <A> L<A> sortByCalculatedFieldAlphaNumIC(Iterable<A> c, IF1<A, S> f) { L<A> l = cloneList(c); sort(l, (a, b) -> cmpAlphanumIC(f.get(a), f.get(b))); ret l; }
Began life as a copy of #1029897
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034774 |
| Snippet name: | sortByCalculatedFieldAlphaNumIC |
| Eternal ID of this version: | #1034774/3 |
| Text MD5: | c38dcaac40c9236d96b4f264f66a0486 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-08 08:30:40 |
| Source code size: | 173 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 386 / 499 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |