static Map putAll(Map a, Map extends A,? extends B> b) { if (a != null && b != null) a.putAll(b); ret a; }