java.lang

Class ThreadLocal<T>

public class ThreadLocal<T> extends Object

Constructor Summary
ThreadLocal()
Method Summary
Tget()
protected TinitialValue()
voidset(T value)

Constructor Detail

ThreadLocal

public ThreadLocal()

Method Detail

get

public T get()

initialValue

protected T initialValue()

set

public void set(T value)