Simple coding

Simple Life

HashMap子项目全部取得

 1 HashMap<String,String> paramMap = new HashMap<String,String>();
 2 
 3 String seqKey="";
 4 String seqValue="";
 5 
 6 paramMap.put(seqKey,seqValue);
 7 
 8 Set<String> set = paramMap.keySet();
 9 Iterator<String> iterator = set.iterator();
10 
11 while (iterator.hasNext()) {
12     seqKey = iterator.next();
13     seqValue = paramMap.get(seqNo);
14 }

posted on 2009-10-30 17:17 stl0 阅读(90) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航:
 

My Links

Blog Stats

常用链接

留言簿

随笔档案

搜索

最新评论

阅读排行榜

评论排行榜