static L listPlusList(Collection l, Collection l2) { ret concatLists(l, l2); }