HashMap的底层工做原理和并发问题

经过源码分析工做原理 首先来看下HashMap一个典型的构造函数:html transient HashMapEntry<K, V>[] table; public HashMap(int capacity) { if (capacity < 0) { throw new IllegalArgumentException("Capacity: " + capacity);
相关文章
相关标签/搜索