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