Copies all of the mappings from the specified map to this struct. The effect of this call is equivalent to that of calling #put(String, IonValue) put(k, v) on this struct once for each mapping from key k to value v in the specified map. The behavior of this operation is undef
(Map<? extends String, ? extends IonValue> m)
| 159 | * part of an {@link IonContainer} (even this one). |
| 160 | */ |
| 161 | public void putAll(Map<? extends String, ? extends IonValue> m); |
| 162 | |
| 163 | |
| 164 | /** |
no outgoing calls