- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap
-
- com.mockturtlesolutions.snifflib.datatypes.ParamSet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description |
ParamSet() |
ParamSet(java.lang.String[] fieldnames,
double[] values) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
put(java.lang.String fieldname,
double value) |
-
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
equals, hashCode
-
-
Constructor Detail
-
ParamSet
public ParamSet()
Copyright © 2011, 2013. Daniel P. Dougherty