java遍历hashmap的问题
对一个Map<Integer,Integer>hashmap=newHashMap<Integer,Integer>()遍历的时候用方法:1.Collection<Int...
对一个Map<Integer,Integer> hashmap=new HashMap<Integer,Integer>()遍历的时候用方法:
1. Collection<Integer> s=hashmap.values();
for(Integer num:s){
}
2.for(Integer num:hashmap.values()){
}
这两种方式对性能上面有不同吗? 展开
1. Collection<Integer> s=hashmap.values();
for(Integer num:s){
}
2.for(Integer num:hashmap.values()){
}
这两种方式对性能上面有不同吗? 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询