static S joinSubList(L l, int i, int j) { ret join(subList(l, i, j)); } static S joinSubList(L l, int i) { ret join(subList(l, i)); }