sbool isCISet(Iterable l) { ret l instanceof TreeSet && ((TreeSet) l).comparator() == caseInsensitiveComparator(); }