7,HashMap 一,HashMap简介 1,HashMap 是一个散列表,它存储的内容是键值对(key-value)映射。 2,HashMap 继承于AbstractMap,实现了Map、Cloneable、java.io.Serializable接口。 3,HashMap 的实现不是同步的。它的key、value都可以为null。此外,HashMap中的映射不是有序的。 4,HashMap ... 数据结构与算法 2023-12-22 30 点赞 0 评论 45 浏览