HashMap源码分析
摘要:HashMap的数据结构是数组and链表。 一. HashMap继承自AbstractMap类,实现了Map接口。 二. HashMap中定义的属性 三. HashMap的构造方法 四. Map.Entry接口定义的方法 五. HashMap.Entry类的具体实现 六. put()方法 hash(
        阅读全文
            
                posted @ 2017-04-10 17:48
                posted @ 2017-04-10 17:48