ThreadLocalMap

ThreadLocalMap底层存储实际是一个数组java /** * The table, resized as necessary. * table.length MUST always be a power of two. */ private Entry[] table; 看一下set方法web /** * Set the value associated with key
相关文章
相关标签/搜索