Skip to the content.

Home / cs-notes / Language / Java / Concurrent / Code / Thread / threadLocals

    /* ThreadLocal values pertaining to this thread. This map is maintained
     * by the ThreadLocal class. */
    ThreadLocal.ThreadLocalMap threadLocals = null;