|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Maps variable names to a variable value.
Nested Class Summary |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Method Summary | |
java.lang.String |
getVariable(java.lang.String var)
Returns the current value for the specified variable. |
void |
setVariable(java.lang.String var,
java.lang.String val)
Sets a new value for the specified variable. |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
public java.lang.String getVariable(java.lang.String var)
var
- the name of the variable
public void setVariable(java.lang.String var, java.lang.String val)
var
- the name of the variableval
- the new value for the variable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |