E - the type of data to holdpublic class ThreadLocalDataContainer<E> extends ThreadLocal<DataContainer<E>>
DataContainer for each thread using the ThreadLocal mechanism.
Created: 24.07.2011 14:46:18| Constructor and Description |
|---|
ThreadLocalDataContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected DataContainer<E> |
initialValue() |
String |
toString() |
get, remove, set, withInitialprotected DataContainer<E> initialValue()
initialValue in class ThreadLocal<DataContainer<E>>Copyright © 2006–2016 Volker Bergmann. All rights reserved.