您可以使用,Map.computeIfPresent()但是改进值得怀疑:
Map.computeIfPresent()
map.computeIfPresent("key1", (k, v) -> { v.remove("a2"); return v; });