static ArrayList syncCloneList(Iterable l) { ret cloneList(l); } static ArrayList syncCloneList(Collection l) { ret cloneList(l); }