static L getMulti(L l, L indices) { ret listGetMulti(l, indices); } static L getMulti(L l, int... indices) { ret listGetMulti(l, asList(indices)); }