java 并发编程【一个demo 学习--wait and notify(六)】

package com.study.thread; import java.util.ArrayList; import java.util.List; public class NotifyWaitTest { private volatile static List<Integer> count = new ArrayList<Integer>(); public st
相关文章
相关标签/搜索