static void removeRange(L l, int from, int to) { removeSubList(l, from, to); }