static TreeSet caseInsensitiveSet() { ret new TreeSet(String.CASE_INSENSITIVE_ORDER); }