static Map initCIMapAndAdd(Map map, S key, A value) { if (map == null) map = ciMap(); map.put(key, value); ret map; }