ConcurrentSkipListMap

使用的是多级索引进行查找 put的时候会随机建立多级索引 /* * This class implements a tree-like two-dimensionally linked skip * list in which the index levels are represented in separate * nodes from the base nodes holding data.
相关文章
相关标签/搜索