Loading

class ConcurrentHashMap; package java.util.concurrent; rt.jar; jre8

多达六千行代码(含空格与注释)。有必要将此作为一个实例,结合理论来学习。

class header:

public class ConcurrentHashMap<K,V> extends AbstractMap<K,V>
    implements ConcurrentMap<K,V>, Serializable;
posted @ 2021-06-07 15:47  Xaf17  阅读(28)  评论(1)    收藏  举报