static B putAndReturnValue(Map map, A key, C value) { if (map != null) map.put(key, value); ret value; }