码迷,mamicode.com
首页 > 其他好文 > 详细

list<map>初始化

时间:2018-04-23 15:46:47      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:ext   mon   font   health   type   bsp   apple   nbsp   new   

private List<Map> risktypes =  new ArrayList<Map>() {

{

add(new HashMap<String,String>(){

{

put("critical","CI");

}

});

add(new HashMap<String,String>(){

{

put("life","LI");

}

});

add(new HashMap<String,String>(){

{

put("health","HI");

}

});

}

};

list<map>初始化

标签:ext   mon   font   health   type   bsp   apple   nbsp   new   

原文地址:https://www.cnblogs.com/zmdd/p/8918967.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!