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