摘要: Concurrent CollectionsThejava.util.concurrentpackage includes a number of additions to the Java Collections Framework. These are most easily categorized by the collection interfaces provided:BlockingQueuedefines a first-in-first-out data structure that blocks or times out when you attempt to add to 阅读全文
posted @ 2013-09-08 01:01 alexander.bruce.lee 阅读(757) 评论(0) 推荐(0)