sbool isCISet_gen(Iterable l) { ret l instanceof TreeSet && className(((TreeSet) l).comparator()).contains("CIComp"); }