static CombinedList combinedList_ll(L l) { new CombinedList cl; cl.addList(l); ret cl; }