Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1001850 // sortFilesByName

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (87L/1K).

1  
static L<File> sortFilesByName(L<File> l) {
2  
  sort(l, (a, b) -> stdcompare(a.getName(), b.getName());
3  
  ret l;
4  
}

Author comment

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: 677 / 1129
Version history: 3 change(s)
Referenced in: [show references]