static L sortFilesByNameDesc(L l) { sort(l, (a, b) -> stdcompare(b.getName(), a.getName()); ret l; }