public class TLocal<E> extends java.lang.Object
TLocal(ThreadID threadID)
TLocal(ThreadID threadID, E initialValue)
E
get()
get(int id)
void
set(E value)
set(int id, E value)
setAll(E value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TLocal(ThreadID threadID)
public TLocal(ThreadID threadID, E initialValue)
public E get()
public void set(E value)
public E get(int id)
public void set(int id, E value)
public void setAll(E value)