public class ThreadLocal<T>

  1. Object
  2. ThreadLocal

Constructors

public ThreadLocal()

Methods

protected T initialValue()
public T get()
public void set(T value)
public void remove()

Inherited methods

Constructor details

ThreadLocal

public ThreadLocal()

Method details

initialValue

protected T initialValue()

get

public T get()

set

public void set(T value)

remove

public void remove()