HashMap

My Input to a method is a HashMap. The HashMap contains ArrayList. A Sample Hashmap is here below

{35B43=[{order=1, site=35B43, article=55750},

{order=5, site=35B43, article=52905}],

77B43=[{order=1, site=77B43, article=62318},

{order=1, site=77B43, article=62392}]

}

35B43, 77B43 are some stroe values. I want to collect data based on store value. To get the HashMap value, i need to know the key value first. so, i tired using Set s = articleHash.keySet();. But i don't know to proceed..Kindly help me on how to proceed.

[568 byte] By [ArunKumar.DSa] at [2007-10-3 5:28:11]
# 1
Don't crosspost please. http://forum.java.sun.com/thread.jspa?threadID=770090
hunter9000a at 2007-7-14 23:35:33 > top of Java-index,Java Essentials,Java Programming...