摘要: HashMap HashMap是基于哈希表的Map接口的实现,HashMap是一个散列表,存储的内容是键值对(key-value)映射,键值对都可为null; HashMap继承自 AbstractMap<K, V> 并实现 Map<K, V>, Cloneable, Serializable接口; 阅读全文
posted @ 2018-04-16 16:18 DamonAtCN 阅读(197) 评论(0) 推荐(0)