static L replaceSubList(L l, L x, L y) { ret replaceSublist(l, x, y); } static L replaceSubList(L l, int fromIndex, int toIndex, L y) { ret replaceSublist(l, fromIndex, toIndex, y); }