static ArrayList toArrayList(L l) { ret l instanceof ArrayList ? ret (ArrayList) l : cloneList(l); }