static TreeMap litAlphaNumMap(O... x) { TreeMap map = new (alphaNumComparator()); litmap_impl(map, x); ret map; }