// "Wrap with unmodifiable map" "false" import java.util.Map; import java.util.HashMap; class C { Map map; { this.map = new HashMap<>(); } }