摘要: Concurrent CollectionsJava 5.0 improves on the synchronized collections by providing several concurrent collection classes. Synchronized collections achieve their thread safety by serializing all access to the collection's state. The cost of this approach is poor concurrency; when multiple threa 阅读全文
posted @ 2011-07-29 16:27 freewater 阅读(421) 评论(0) 推荐(0) 编辑