MCPcopy Create free account
hub / github.com/diffplug/matfilerw / setFields

Method setFields

src/main/java/com/jmatio/types/MLObject.java:32–35  ·  view source on GitHub ↗
(int i, Map<String, MLArray> structure)

Source from the content-addressed store, hash-verified

30 }
31
32 public void setFields(int i, Map<String, MLArray> structure) {
33 keys.addAll(structure.keySet());
34 mlStructArray.put(i, new DeterministicKeyMap<String, MLArray>(keys, structure));
35 }
36
37 /** Only used by {@link com.jmatio.io.MLObjectPlaceholder}. */
38 protected void copyFrom(MLObject obj) {

Callers 1

processMCOSMethod · 0.95

Calls 3

addAllMethod · 0.80
putMethod · 0.80
keySetMethod · 0.45

Tested by

no test coverage detected