static void replaceListPart(L l, int i, int j, L l2) { replaceSublist(l, i, j, l2); }