static L<File> sortFilesAlphaNumIC(Cl<File> l) { ret sorted(l, new Comparator<File>() { public int compare(File a, File b) { ret cmpAlphaNumIC(a.getPath(), b.getPath()); } }); }
Began life as a copy of #1019661
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: | #1020598 | 
| Snippet name: | sortFilesAlphaNumIC | 
| Eternal ID of this version: | #1020598/5 | 
| Text MD5: | 70fd4de1ee71bd59d11e68f42485f923 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2022-02-12 22:36:00 | 
| Source code size: | 201 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 560 / 608 | 
| Version history: | 4 change(s) | 
| Referenced in: | [show references] |