专注学姐

文章
5
资源
0
加入时间
2年10月21天

Java HashMap遍历删除

map的迭代删除,和我们常见的list,set不太一样,不能直接获取Iteraotr对象,提供的删除方法也是单个的,根据key进行删除,如果我们有个需求,将map中满足某些条件的元素删除掉,要怎么做呢?首先初始化一个HashMapMap<String, Integer> map = new HashMap<>();map.put("a", 1);map.put("b", 2);map.put(&quo

github 使用之project 创建

introduction of github,details can be find at https://guides.github.com/activities/hello-world/1.Create a Repository(yourself  pro code)   or   fork some interesting  project (other pro code)