摘要: 阅读全文
posted @ 2022-01-21 15:33 紫英626 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Properties分析 案例引入 传统方法: 这时如果我们要求只获取一个值就比较麻烦 基本介绍 Java 读写Properties配置文件 - 旭东的博客 - 博客园 (cnblogs.com) 1.可以看到Properties是Hashtable的子类所以也间接实现了Map接口 2.因为是Has 阅读全文
posted @ 2022-01-21 15:23 紫英626 阅读(33) 评论(0) 推荐(0) 编辑
摘要: HashTable分析 基本介绍 public class Hashtable<K,V> extends Dictionary<K,V> implements Map<K,V>, Cloneable, java.io.Serializable public synchronized V put(K 阅读全文
posted @ 2022-01-21 15:15 紫英626 阅读(25) 评论(0) 推荐(0) 编辑

紫英