HashMap&&HashTable底层原理以及常见面试题

1.HashMap VS HashTable 1.1.首先说下 HashMap 的原理。 HashMap 的数据结构 /** The table, resized as necessary. Length MUST Always be a power of two. **/ transient Entry[] table; static class Entry<K,V> implements Ma
相关文章
相关标签/搜索