Queue、List

一、非阻塞Queue 1、没有实现的阻塞接口的LinkedList: 实现了java.util.Queue接口和java.util.AbstractQueue接口   内置的不阻塞队列: PriorityQueue 和 ConcurrentLinkedQueue   PriorityQueue 和 ConcurrentLinkedQueue 类在 Collection Framework 中加入两
相关文章
相关标签/搜索