2019独角兽企业重金招聘Python工程师标准>>> HashTable是一个线程安全的类,它使用synchronized来锁住整张Hash表来实现线程安全,即每次锁住整张表让线程独占。 转载于:https://my.oschina.net/u/3781047/blog/1628729