摘要: 转自:http://blog.csdn.net/aitangyong/article/details/46472643 JDK7对JDK5中的J.U.C并发工具进行了增强,其中之一就是新增了TransferQueue。Java并发相关的JSR规范,可以查看Doug Lea维护的blog。现在简单介绍 阅读全文
posted @ 2017-02-25 14:13 leon66666 阅读(1634) 评论(0) 推荐(0) 编辑
摘要: 一、类结构: 类型参数:E - 在此 collection 中保持的元素类型所有已实现的接口: Serializable, Iterable<E>, Collection<E>, Queue<E> 二、概述: public class ConcurrentLinkedQueue<E> extends 阅读全文
posted @ 2017-02-25 11:33 leon66666 阅读(446) 评论(0) 推荐(0) 编辑