public class ParameterSet extends Object
Constructor and Description |
---|
ParameterSet() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear all values
|
Value |
get(int fingerprint)
Get a parameter
|
void |
put(int fingerprint,
Value value)
Add a parameter to the ParameterSet
|
public void put(int fingerprint, Value value)
fingerprint
- The fingerprint of the parameter name.value
- The value of the parameterpublic Value get(int fingerprint)
fingerprint
- The fingerprint of the name.public void clear()