import java.util.*; import java.util.Map.Entry; class Test { public static void main(String[] args) { Map m = null; Map sorted1; sorted1 = m; } }