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