org.jnetpcap.util
Class JThreadLocal<T>

java.lang.Object
  extended by java.lang.ThreadLocal<T>
      extended by org.jnetpcap.util.JThreadLocal<T>

public class JThreadLocal<T>
extends java.lang.ThreadLocal<T>

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Constructor Summary
JThreadLocal()
           
JThreadLocal(java.lang.Class<T> c)
           
 
Method Summary
protected  T initialValue()
           
 
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

JThreadLocal

public JThreadLocal()

JThreadLocal

public JThreadLocal(java.lang.Class<T> c)
Method Detail

initialValue

protected T initialValue()
Overrides:
initialValue in class java.lang.ThreadLocal<T>