allenpyp / AndroidKnow

收集常见Android校招面试题
2 stars 0 forks source link

Java集合 #6

Open xgs925 opened 7 years ago

xgs925 commented 7 years ago

如何让hashmap线程安全,保证效率(链家)

xxxxxabc commented 7 years ago

1、HashMap为何不填满数组后再扩容,这样不是效率更高吗?(CVTE)