]> source.dussan.org Git - sonarqube.git/blob
ac9b6f5b46dc987167fa67c2861deba636b82b1b
[sonarqube.git] /
1 <p> This method accesses the value of a Map entry, using a key that was retrieved from
2 a keySet iterator. It is more efficient to use an iterator on the entrySet of the map, to avoid the
3 Map.get(key) lookup.</p>