public class ThreadLocalMap
extends java.lang.Object
| Constructor and Description |
|---|
ThreadLocalMap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear() |
static void |
clearCallStack() |
static boolean |
containsKey(VncKeyword key) |
static VncVal |
get(VncKeyword key) |
static VncVal |
get(VncKeyword key,
VncVal defaultValue) |
static CallStack |
getCallStack() |
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) |
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 void clear()
public static void remove()