static void sortByFirstColumn(L> l) { sortByIndex(l, 0); }