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