Suppose I have a class like this:
public class A { private Map map; public A() { map = new HashMap<>(); } String metho