static void removeSubList(L l, int from, int to) { subList(l, from, to).clear(); }