(Object a)
| 895 | return from.properties.computeIfAbsent(storageProperty, (k) -> autoconstructor.apply(from)) |
| 896 | .asMap_set(p, o); |
| 897 | } |
| 898 | |
| 899 | @Override |
| 900 | public Object asMap_new(Object a) { |
| 901 | return from.properties.getOrConstruct(storageProperty) |
| 902 | .asMap_new(a); |
| 903 | } |
| 904 |
nothing calls this directly
no test coverage detected