public class DblMatrixHashMap
extends java.util.HashMap
| Constructor and Description |
|---|
DblMatrixHashMap() |
DblMatrixHashMap(java.lang.String[] fieldnames,
DblMatrix[] values) |
| Modifier and Type | Method and Description |
|---|---|
void |
put(java.lang.String fieldname,
double value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic DblMatrixHashMap()
public DblMatrixHashMap(java.lang.String[] fieldnames,
DblMatrix[] values)