ThreadLocal JDK 2.0

java.lang

Synopsis^  ?
public class ThreadLocal {
// Public Constructors
    public ThreadLocal( );  
// Public Instance Methods
    public Object get( );  
    public void set( Object value);  
// Protected Instance Methods
    protected Object initialValue( ); constant 
}

Hierarchy^  ?

[Object]
   |
[ThreadLocal]

Subclasses^  ?
InheritableThreadLocal

Inherited Properties^  ?
Object: class

Inherited Methods^  ?
Object: clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), toString(), wait(), wait(), wait()

Uses^  ?
Object, Thread

Used By^  ?
InheritableThreadLocal, String


Java Power Reference. Created by David Flanagan.
Copyright © 1999 O'Reilly & Associates.All Rights Reserved.

This file may not be distributed on the Internet.