摘要: ArrayBlockingQueue ArrayBlockingQueue是Java多线程常用的线程安全的一个集合,基于数组实现,继承自AbstractQueue,实现了BlockingQueue和Serializable接口。 //先看看器内部的成员变量: private static final 阅读全文
posted @ 2018-04-03 21:10 SheaChen 阅读(2702) 评论(0) 推荐(0)