T - The type of the values of the variable (the one handled by the evaluator).public class StaticVariableSet<T> extends Object implements AbstractVariableSet<T>
| Constructor and Description |
|---|
StaticVariableSet()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T |
get(String variableName)
Gets the value of a variable.
|
void |
set(String variableName,
T value)
Sets a variable value.
|
public StaticVariableSet()
public T get(String variableName)
get in interface AbstractVariableSet<T>variableName - The name of the variable.3.0.5