6、PriorityBlockingQueue 一个支持优先级排序的无界阻塞队列,进入队列的元素会按照优先级进行排序。 public class PriorityBlockingQueue<E> extends AbstractQueue<E> implements