ThreadLocal源码

1、内部数据结构 static class ThreadLocalMap {}web static class Entry extends WeakReference<ThreadLocal> { /** * The value associated with this ThreadLocal. */ Object value; Entry(ThreadLocal k,
相关文章
相关标签/搜索