转:
简单理解Collections.synchronizedList
synchronizedList 中的listIterator和listIterator(int index)方法并没有做同步处理,遍历的时候需要加锁
编译后的class
标签:加锁,synchronizedList,理解,Collections,简单,listIterator From: https://www.cnblogs.com/nextgg/p/17362375.html
转:
synchronizedList 中的listIterator和listIterator(int index)方法并没有做同步处理,遍历的时候需要加锁
编译后的class
标签:加锁,synchronizedList,理解,Collections,简单,listIterator From: https://www.cnblogs.com/nextgg/p/17362375.html