(int i, Map<String, MLArray> structure)
| 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) { |
no test coverage detected