public class VariableStorage extends Object
| Constructor and Description |
|---|
VariableStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Variable |
get(String key) |
static VariableStorage |
getGlobalStorage() |
void |
put(String key,
Variable value) |
public static VariableStorage getGlobalStorage()
public void clear()
Copyright © 2021 Markus Heberling. All rights reserved.