ConcurrentHashMap中的一些方法的理解

這篇(可能不止這一篇)主要記錄一下本身學習ConcurrentHashMap的狀況.java 主要分析一下put()(調用了putVal())與get()node 0.一些常見的東西 這裏說一說類中隨處可見的幾個東西數組 0.1 tabAt((Node<K,V>[] tab, int i) 見名知意,返回tab中索引爲i的內容,volatile.學習 static final <K,V> Node
相關文章
相關標籤/搜索