public class ThreadLocalMap<K,V> extends Object implements Map<K,V>
Constructor and Description |
---|
ThreadLocalMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
boolean |
containsValue(Object arg0) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> arg0) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.