static L cloneSubList(L l, int startIndex, int endIndex) { ret newSubList(l, startIndex, endIndex); } static L cloneSubList(L l, int startIndex) { ret newSubList(l, startIndex); }