import java.util.*; class Test { HashMap f; void foo() { Set s = f.keySet(); } }