blob: 39967155d62af74b2a8d97752da6836f9be252ea [file] [log] [blame]
<html>
<body>
Reports any instantiations of <b>java.util.Map</b> objects
whose key types are enumerated classes. Such <b>java.util.Map</b> objects
can be replaced by <b>java.util.EnumMap</b> objects.
<b>java.util.EnumMap</b> implementations can be much more efficient
that those of other sets, as the underlying data structure is a simple array.
<!-- tooltip end -->
<p>
</body>
</html>