T - The type of the values of the variable (the one handled by the evaluator).public interface AbstractVariableSet<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get(String variableName)
Gets the value of a variable.
|
Copyright © 2019. All Rights Reserved.