java.lang
Class ThreadLocal.Entry

java.lang.Object
  |
  +--java.lang.ThreadLocal.Entry
Direct Known Subclasses:
InheritableThreadLocal.Entry

static class ThreadLocal.Entry
extends Object

The value associated with a (ThreadLocal, Thread) pair.


Field Summary
(package private)  Object value
           
 
Constructor Summary
(package private) ThreadLocal.Entry(Object value)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

value

Object value
Constructor Detail

ThreadLocal.Entry

ThreadLocal.Entry(Object value)