2017年8月22日
摘要: package producerAndCustomer; import java.util.ArrayList; import java.util.List; public class Plate { private List apples = new ArrayList(); public synchronized void putApple(Object apple){ ... 阅读全文
posted @ 2017-08-22 10:30 沫米沫 阅读(219) 评论(0) 推荐(0) 编辑