Puts a new field in this struct, replacing all existing fields with the same name. If child == null then all existing fields with the given name will be removed. If this is null.struct and child != null then this becomes a single-field struct. The effect of this
(String fieldName, IonValue child)
| 121 | * if {@code element} is an {@link IonDatagram}. |
| 122 | */ |
| 123 | public void put(String fieldName, IonValue child) |
| 124 | throws ContainedValueException; |
| 125 | |
| 126 |
no outgoing calls