Map m=new HashMap();m.put("123", "123");Iterator it=m.keySet().iterator();while(it.hasNext()){Object key=it.next();}
map.keySet()