static L listPlusItems_inPlace(L l, A... more) { addAll(l, more); ret l; }