摘要: 1:同步容器类 1.1:Hashtable简单说明 public class Main { static Hashtable ht = new Hashtable(); public static void main(String[] args){ ht.put(0,0); ht.put(1,1); 阅读全文
posted @ 2020-03-10 19:33 大朱123 阅读(187) 评论(0) 推荐(0) 编辑