static L sortFilesAlphaNumIC(Cl l) { ret sorted(l, new Comparator() { public int compare(File a, File b) { ret cmpAlphaNumIC(a.getPath(), b.getPath()); } }); }