|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.ThreadLocal<T>
org.jnetpcap.util.JThreadLocal<T>
T - the generic typepublic class JThreadLocal<T>
The Class JThreadLocal.
| Constructor Summary | |
|---|---|
JThreadLocal()
Instantiates a new j thread local. |
|
JThreadLocal(java.lang.Class<T> c)
Instantiates a new j thread local. |
|
| Method Summary | |
|---|---|
protected T |
initialValue()
Initial value. |
| Methods inherited from class java.lang.ThreadLocal |
|---|
get, remove, set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JThreadLocal()
public JThreadLocal(java.lang.Class<T> c)
c - the c| Method Detail |
|---|
protected T initialValue()
initialValue in class java.lang.ThreadLocal<T>ThreadLocal.initialValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||