Reports any instantiations of java.util.Map objects
whose key types are enumerated classes. Such java.util.Map objects
can be replaced by java.util.EnumMap objects.
java.util.EnumMap implementations can be much more efficient
that those of other sets, as the underlying data structure is a simple array.