static TreeMap caseInsensitiveMap() { ret new TreeMap(String.CASE_INSENSITIVE_ORDER); }