public class PerThreadHashtable
extends java.lang.Object
Constructor and Description |
---|
PerThreadHashtable() |
Modifier and Type | Method and Description |
---|---|
static java.util.Hashtable |
getHashtable()
Get hash table for current thread, create a new hash table if it does not yet exist.
|
static void |
removeHashtable()
Remove hash table for current thread.
|
"