blob: c50cf4bb3de5698f2b5888e3b293550bd1b629ed [file] [log] [blame]
<html>
<body>
Reports iteration over the <b>keySet()</b>
of a <b>java.util.Map</b> instance,
where the iterated keys are used to retrieve the values from the map. Such
iteration may be more efficiently replaced by iteration over the
<b>entrySet()</b> of the map.
<!-- tooltip end -->
<p>
</body>
</html>