从HashTable的API中可以看出,HashTable之所以是线程安全的,是因为方法上都加了synchronized关键字。 2. HashTable的数据结构. 2.1 存储结构. 和HashMap一样,HashTable ...
確定! 回上一頁