MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / putAll

Method putAll

src/main/java/com/amazon/ion/IonStruct.java:161–161  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

159 * part of an {@link IonContainer} (even this one).
160 */
161 public void putAll(Map<? extends String, ? extends IonValue> m);
162
163
164 /**

Callers 1

testPutAllMethod · 0.95

Implementers 1

IonStructLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by 1

testPutAllMethod · 0.76