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

Performance - Inefficient use of keySet iterator instead of entrySet iterator

时间:2017-07-20 13:33:46      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:trie   more   get   from   tor   rman   using   method   value   

This method accesses the value of a Map entry, using a key that was retrieved from a keySet iterator. It is more efficient to use an iterator on the entrySet of the map, to avoid the Map.get(key) lookup.

Performance - Inefficient use of keySet iterator instead of entrySet iterator

标签:trie   more   get   from   tor   rman   using   method   value   

原文地址:http://www.cnblogs.com/winner-0715/p/7210606.html

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