(String p, Object o)
| 889 | public boolean asMap_delete(Object o) { |
| 890 | return false; |
| 891 | } |
| 892 | |
| 893 | @Override |
| 894 | public Object asMap_set(String p, Object o) { |
| 895 | return from.properties.computeIfAbsent(storageProperty, (k) -> autoconstructor.apply(from)) |
| 896 | .asMap_set(p, o); |
| 897 | } |
| 898 |
nothing calls this directly
no test coverage detected