摘要:
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
沫米沫
阅读(225)
评论(0)
推荐(0)
浙公网安备 33010602011771号