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