Java.Lang.ThreadLocal: Method Members

The methods of Java.Lang.ThreadLocal are listed below. For a list of all members, see the ThreadLocal Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Get() : Object
Returns the value of this variable for the current thread.
Remove()
Removes the entry for this variable in the current thread.
Set(Object)
Documentation for this section has not yet been entered.

Protected Methods

InitialValue() : Object
Provides the initial value of this variable for the current thread.