static Map immutableMap(Map map) { ret Collections.unmodifiableMap(map); }