singletonMap
public static Map<String,Object> singletonMap(String key,
Object value)
Helper method that creates a singleton map.
Alternative for Collections.singletonMap(), since that method returns a
generic typed map depending on the input type, but we often need a
map.