import java.util.*; class Test { private final Map m = null; { f(m.entrySet()); } private static void f(Set> s) {} }