首先,源码中上来就有一大段注释,但最重要的就是第一句。
大意如下:
本map经常用作一个 binned (bucketed) hash table (下面有解释),但是,当bins很大的时候,它们会被转换成 bins of TreeNodes,每个bin的结构类似于TreeMap。 本ma
首先,源码中上来就有一大段注释,但最重要的就是第一句。
大意如下:
本map经常用作一个 binned (bucketed) hash table (下面有解释),但是,当bins很大的时候,它们会被转换成 bins of TreeNodes,每个bin的结构类似于TreeMap。 本ma