What is the syntax for explicitly giving the type parameters for a generic Java method?
According to the Java specification that would be for example:
Collections.unmodifiableSet()
(Sorry for asking and answering my own question - I was just looking this up for the third time. :-)