标签:put 优先级 通信机制 except current nbsp 线程安全 有序列表 容器
Queue: 基本上,一个队列就是一个先入先出(FIFO)的数据结构
Queue接口与List、Set同一级别,都是继承了Collection接口。LinkedList实现了Deque接 口。
2、实现阻塞接口的:
实现blockqueue接口的五个阻塞队列,其特点:线程阻塞时,不是直接添加或者删除元素,而是等到有空间或者元素时,才进行操作。
标签:put 优先级 通信机制 except current nbsp 线程安全 有序列表 容器
原文地址:https://www.cnblogs.com/yufeng218/p/9926465.html