Map map=new HashMap();
Iterator it=map.entrySet().iterator();
while(it.hasNext()){
Map.Entry tt = (Map.Entry)it.next();
System.out.println(tt.getKey());
System.out.println(tt.getValue());
}
2009年2月3日星期二
订阅:
博文评论 (Atom)
About Java, Oracle ADF, Oracle EBS, JDeveloper, Google Techs, etc.
0 评论:
发表评论