Libraryless. Click here for Pure Java version (87L/1K).
static L<File> sortFilesByName(L<File> l) { sort(l, (a, b) -> stdcompare(a.getName(), b.getName()); ret l; }
Began life as a copy of #1001539
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1001850 |
| Snippet name: | sortFilesByName |
| Eternal ID of this version: | #1001850/4 |
| Text MD5: | 7255d4d8ef782c4d16635b7338faa79a |
| Transpilation MD5: | 7f02362dc107f6cdf51d6eb98f675465 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-08-27 17:18:38 |
| Source code size: | 115 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1129 / 1689 |
| Version history: | 3 change(s) |
| Referenced in: | #1002427 - Accellerating 629 (SPIKE) #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1019661 - sortFilesAlphaNum #1029609 - sortFilesByNameDesc #3000382 - Answer for ferdie (>> t = 1, f = 0) |