static TreeSet asSyncTreeSet(Iterable l) { return synchroTreeSet(cloneTreeSet(l)); }