static void removeAllButFirst(L l) { if (l(l) > 1) removeSubList(l, 1); }