static TreeSet asTreeSet(Cl set) { ret set == null ? null : set instanceof TreeSet ? (TreeSet) set : new TreeSet(set); }