ImmutableMap is a common class with two parameters of type K and V This syntax gives specific values ββfor two parameters, in this case String .
So the above returns an empty map from String to String .
See JLS 15.2 , which, among other things, says the invokation method is
MethodInvocation:
TypeName. NonWildTypeArguments Identifier (ArgumentListopt)
Here are arguments of type String and String
source share