T - The type of the values of the variable (the one handled by the evaluator).public class StaticVariableSet<T> extends java.lang.Object implements AbstractVariableSet<T>
| Constructor and Description |
|---|
StaticVariableSet()
Constructor.
|
public StaticVariableSet()
public T get(java.lang.String variableName)
AbstractVariableSetget in interface AbstractVariableSet<T>variableName - The name of a variablepublic void set(java.lang.String variableName,
T value)
variableName - The variable namevalue - The variable value (null to remove a variable from the set).