static L initList(L l) { ret l == null ? new L : l; }