线程安全的类

StringBuffer,Vector,HashTable,concurrenthashmap,enumeration,stack,property实现了map接口,是hashtable的一个子类,所以是线程安全的,concurrenthashmap采用分段加锁的机制来确保安全

posted @ 2020-08-25 15:37  zjpnotsleep  阅读(183)  评论(0)    收藏  举报