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