生产消费者(1)

public class ConProducerAndConsumer { private int queSize= 10; private PriorityQueue<Integer> queue=new PriorityQueue<>(10);//优先级队列 private Lock lock=new ReentrantLock();//全局锁 private
相关文章
相关标签/搜索