2020年2月21日

摘要: arraylist: 底层object数组, ensureCapcityInternal 判断是否数组扩容 copyonwritearraylist: copyonwrite机制: 当进行资源写入时,系统生成资源副本进行修改。保证写入原子性。写入加锁 hashset: 底层实现:hashmap K+ 阅读全文
posted @ 2020-02-21 19:38 李某人的窥视 阅读(117) 评论(0) 推荐(0)

导航