Tag: 优先级队列

BoundedPriorityBlockingQueue – 线程安全,阻塞和有界?

Java中有一个优先级队列,就像LinkedBlockingQueue一样吗? PriorityBlockingQueue没有被阻塞,因为它是无界的。