K - the key typeV - the value typepublic class ThreadLocalMap<K,V>
extends java.lang.ThreadLocal<java.util.Map<K,V>>
ThreadLocalMap
.| 构造器和说明 |
|---|
ThreadLocalMap() |
public ThreadLocalMap<K,V> put(K key, V value)
key - the keyvalue - the valuepublic ThreadLocalMap<K,V> remove(K key)
key - the key