static Map putAll(Map a, Map b) { if (a != null) a.putAll(b); ret a; }