static L unlazyList(L l) { if (l instanceof ArrayList) ret l; ret cloneList(l); }