GlobalVariableMap
Class
The map that holds global variables.
This is thread-safe.
Extends
ConcurrentHashMap
Modifiers
public
Constructors
new GlobalVariableMap ()
ConstructorNo description is available for this element.
Return Type
GlobalVariableMap
Modifiers
public
Methods
setVariable (Object, Object)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Object | name |
2 | Object | value |
Return Type
void
Modifiers
public static
deleteVariable (Object)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Object | name |
Return Type
void
Modifiers
public static
addVariable (Object, Object)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Object | name |
2 | Object | value |
Return Type
void
Modifiers
public static
removeVariable (Object, Object)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Object | name |
2 | Object | value |
Return Type
void
Modifiers
public static
getVariable (Object)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Object | name |
Return Type
Object
Modifiers
public static