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