posted 16 years ago
Hi,
I have a HashMap as defined below
public HashMap<Integer,HashMap><Integer,HashMap><Character,MyObject>>> map1 = new HashMap<Integer,HashMap><Integer,HashMap><Character,MyObject>>>()
I want to iterate through this Map and display the values in the MyObject. Can anyone suggest me how to do that?
Thanks