摘要: 众所周知 HashMap 是一个无序的 Map,因为每次根据 key 的 hashcode 映射到 Entry 数组上,所以遍历出来的顺序并不是写入的顺序。 阅读全文
posted @ 2018-07-17 08:55 crossoverJie 阅读(1618) 评论(1) 推荐(1)