static TreeMap treeMap(Comparator cmp default null) { ret cmp == null ? new TreeMap : new TreeMap(cmp); }