public class ThreadLocalMap
extends java.lang.Object
| Constructor and Description |
|---|
ThreadLocalMap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear() |
static void |
clearCallStack() |
static void |
clearValues() |
static boolean |
containsKey(VncKeyword key) |
static VncVal |
get(VncKeyword key) |
static VncVal |
get(VncKeyword key,
VncVal defaultValue) |
static CallStack |
getCallStack() |
static Namespace |
getCurrNS() |
static java.util.Map<VncKeyword,VncVal> |
getValues() |
static VncVal |
peek(VncKeyword key) |
static VncVal |
pop(VncKeyword key) |
static void |
push(VncKeyword key,
VncVal val) |
static void |
remove() |
static void |
remove(VncKeyword key) |
static void |
set(VncKeyword key,
VncVal val) |
static void |
setCurrNS(Namespace ns) |
static void |
setValues(java.util.Map<VncKeyword,VncVal> newValues) |
public static VncVal get(VncKeyword key)
public static VncVal get(VncKeyword key, VncVal defaultValue)
public static void set(VncKeyword key, VncVal val)
public static void remove(VncKeyword key)
public static boolean containsKey(VncKeyword key)
public static void push(VncKeyword key, VncVal val)
public static VncVal pop(VncKeyword key)
public static VncVal peek(VncKeyword key)
public static void clearCallStack()
public static CallStack getCallStack()
public static java.util.Map<VncKeyword,VncVal> getValues()
public static void setValues(java.util.Map<VncKeyword,VncVal> newValues)
public static Namespace getCurrNS()
public static void setCurrNS(Namespace ns)
public static void clearValues()
public static void clear()
public static void remove()