The MapFactory is a mechanism for specifying what kind of map is to be used by some object. For example, if you want a Counter which is backed by an IdentityHashMap instead of the defaul HashMap, you can pass in an IdentityHashMapFactory. @author Dan Klein
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected