Home / cs-notes / Language / Java / Concurrent / Code / ThreadLocal / ThreadLoaclMap / table
        /**
         * The table, resized as necessary.
         * table.length MUST always be a power of two.
         */
        private Entry[] table;
Home / cs-notes / Language / Java / Concurrent / Code / ThreadLocal / ThreadLoaclMap / table
        /**
         * The table, resized as necessary.
         * table.length MUST always be a power of two.
         */
        private Entry[] table;