List<HashMap<String, Object>> configList = orderInfoDao.getindexstypecofing(param);的使用

HashMap<String,HashMap<String,Integer>> alarmMap = new HashMap<String,HashMap<String,Integer>>();
HashMap<String,Integer> eciMap=alarmMap.get(alarmEci);
if(eciMap==null){
                        eciMap = new HashMap<String,Integer>();                        
                    }
                    if( eciMap.get(key) == null)
                    {
                        eciMap.put(key, 0);
                    }
                    eciMap.put(key, eciMap.get(key)+1);   
                    alarmMap.put(alarmEci, eciMap);

 

posted on 2019-09-04 16:35  tanada  阅读(195)  评论(0编辑  收藏  举报