| Author |
Iterating a HashMap
|
Khsitiz sharma
Greenhorn
Joined: Jun 03, 2008
Posts: 7
|
|
hi all can any one tell me how to iterate over a HashMap which is declared as Map<Person,Integer> pHashMap=new HashMap<Person,Integer>(); Here Person is an entity and contains Name, address and age attribute.
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
|
JSTL's c:forEach tag can iterate over such a structure.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: Iterating a HashMap
|
|
|