static L asSynchroList(Iterable l) { return syncList(cloneList(l)); }