Create map to fit PMD UseConcurrentHashMap rule
final Map<String, Object> map = Maps.newHashMap(); map.put("value", new Integer()); ImmutableMap.of("param", 2.0)