|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openejb.util.FastThreadLocal.Entry
Each entry in the table has a key (thread), a value or null (we don't remove on null) and a reference to the next entry in the same table position.
Field Summary | |
(package private) FastThreadLocal.Entry |
next
|
(package private) java.lang.Thread |
thread
|
(package private) java.lang.Object |
value
|
Constructor Summary | |
(package private) |
FastThreadLocal.Entry()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
java.lang.Object value
FastThreadLocal.Entry next
java.lang.Thread thread
Constructor Detail |
FastThreadLocal.Entry()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |