arrayList與hashmap的區別

http://blog.csdn.net/qiulongtianshi/article/details/8146717 java ArrayList和HashMap是異步的,Vector和HashTable是同步的,因此Vector和HashTable是線程安全的,而 ArrayList和HashMap並非線程安全的。由於同步須要花費機器時間,因此Vector和HashTable的執行效率要低於
相關文章
相關標籤/搜索